Skip to content

Commit

Permalink
Merge pull request #22 from tbirdso/update-ci
Browse files Browse the repository at this point in the history
ENH: Update Python CI for ITK v5.2.0.post2
  • Loading branch information
thewtex authored May 17, 2021
2 parents 85e38ff + 11e7430 commit fa08496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
matrix:
python-version: [36, 37, 38, 39]
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
max-parallel: 2
matrix:
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
matrix:
python-version-minor: [6, 7, 8, 9]
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

steps:
- name: Get specific version of CMake, Ninja
Expand Down

0 comments on commit fa08496

Please sign in to comment.