Skip to content

Commit

Permalink
[DEVOPS-471] Test the new version of reusable-python-pytest_unix and …
Browse files Browse the repository at this point in the history
…reusable-python-pytest_windows
  • Loading branch information
SophieCurinier committed Sep 24, 2024
1 parent 6a3860d commit 34e396f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- release/**
- feature/**
- hotfix/**
- DEVOPS-471 # TODO: Temporary until DEVOPS-471 is merged

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -31,7 +32,7 @@ jobs:
python-version: '3.10'
call-workflow-pytest-on-windows:
name: Pytest on Windows
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@DEVOPS-466
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@DEVOPS-471
with:
package-manager: 'conda'
python-versions: '["3.10"]'
Expand All @@ -42,7 +43,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
call-workflow-pytest-on-unix-os:
name: Pytest on Unix OS
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_unix_os.yml@DEVOPS-466
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_unix_os.yml@DEVOPS-471
with:
package-manager: 'conda'
python-versions: '["3.10"]'
Expand Down

0 comments on commit 34e396f

Please sign in to comment.