Skip to content

Commit 2f8f5c1

Browse files
authored
Merge pull request #35 from tbirdso/update-ci
ENH: Update Python CI for ITK v5.2.0.post2
2 parents c816e46 + 64ff5e5 commit 2f8f5c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
matrix:
137137
python-version: [36, 37, 38, 39]
138138
include:
139-
- itk-python-git-tag: "v5.2.0"
139+
- itk-python-git-tag: "v5.2.0.post2"
140140

141141
steps:
142142
- uses: actions/checkout@v2
@@ -172,7 +172,7 @@ jobs:
172172
max-parallel: 2
173173
matrix:
174174
include:
175-
- itk-python-git-tag: "v5.2.0"
175+
- itk-python-git-tag: "v5.2.0.post2"
176176

177177
steps:
178178
- uses: actions/checkout@v2
@@ -208,7 +208,7 @@ jobs:
208208
matrix:
209209
python-version-minor: [6, 7, 8, 9]
210210
include:
211-
- itk-python-git-tag: "v5.2.0"
211+
- itk-python-git-tag: "v5.2.0.post2"
212212

213213
steps:
214214
- name: Get specific version of CMake, Ninja

0 commit comments

Comments
 (0)