Skip to content

Commit

Permalink
ENH: Update Python CI for ITK v5.2.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed May 17, 2021
1 parent 64e7d29 commit b09e3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
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 b09e3bd

Please sign in to comment.