Skip to content

Commit ea60585

Browse files
committed
ENH: Update CI for ITK 5.2.1
1 parent b719fcd commit ea60585

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2.0"
16+
itk-git-tag: "v5.2.1"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2.0"
21+
itk-git-tag: "v5.2.1"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2.0"
26+
itk-git-tag: "v5.2.1"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -143,7 +143,7 @@ jobs:
143143
matrix:
144144
python-version: [36, 37, 38, 39]
145145
include:
146-
- itk-python-git-tag: "v5.2.0.post3"
146+
- itk-python-git-tag: "v5.2.1"
147147

148148
steps:
149149
- uses: actions/checkout@v2
@@ -192,7 +192,7 @@ jobs:
192192
max-parallel: 2
193193
matrix:
194194
include:
195-
- itk-python-git-tag: "v5.2.0.post3"
195+
- itk-python-git-tag: "v5.2.1"
196196

197197
steps:
198198
- uses: actions/checkout@v2
@@ -241,7 +241,7 @@ jobs:
241241
matrix:
242242
python-version-minor: [6, 7, 8, 9]
243243
include:
244-
- itk-python-git-tag: "v5.2.0.post3"
244+
- itk-python-git-tag: "v5.2.1"
245245

246246
steps:
247247
- uses: actions/checkout@v2

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2.0"
16+
itk-git-tag: "v5.2.1"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2.0"
21+
itk-git-tag: "v5.2.1"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2.0"
26+
itk-git-tag: "v5.2.1"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -136,7 +136,7 @@ jobs:
136136
matrix:
137137
python-version: [36, 37, 38, 39]
138138
include:
139-
- itk-python-git-tag: "v5.2.0.post3"
139+
- itk-python-git-tag: "v5.2.1"
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.post3"
175+
- itk-python-git-tag: "v5.2.1"
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.post3"
211+
- itk-python-git-tag: "v5.2.1"
212212

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

{{cookiecutter.project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
keywords='ITK InsightToolkit',
4444
url=r'https://itk.org/',
4545
install_requires=[
46-
r'itk>=5.2.0.post3'
46+
r'itk>=5.2.1'
4747
]
4848
)

0 commit comments

Comments
 (0)