Skip to content

Commit d23eaee

Browse files
committed
ENH: Update CI to ITK v5.2.0
1 parent c40389b commit d23eaee

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.2rc03"
16+
itk-git-tag: "v5.2.0"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2rc03"
21+
itk-git-tag: "v5.2.0"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2rc03"
26+
itk-git-tag: "v5.2.0"
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.2rc03"
146+
- itk-python-git-tag: "v5.2.0"
147147

148148
steps:
149149
- uses: actions/checkout@v2
@@ -187,7 +187,7 @@ jobs:
187187
max-parallel: 2
188188
matrix:
189189
include:
190-
- itk-python-git-tag: "v5.2rc03"
190+
- itk-python-git-tag: "v5.2.0"
191191

192192
steps:
193193
- uses: actions/checkout@v2
@@ -231,7 +231,7 @@ jobs:
231231
matrix:
232232
python-version-minor: [6, 7, 8, 9]
233233
include:
234-
- itk-python-git-tag: "v5.2rc03"
234+
- itk-python-git-tag: "v5.2.0"
235235

236236
steps:
237237
- 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.2rc03"
16+
itk-git-tag: "v5.2.0"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2rc03"
21+
itk-git-tag: "v5.2.0"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2rc03"
26+
itk-git-tag: "v5.2.0"
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.2rc03"
139+
- itk-python-git-tag: "v5.2.0"
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.2rc03"
175+
- itk-python-git-tag: "v5.2.0"
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.2rc03"
211+
- itk-python-git-tag: "v5.2.0"
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.2rc3'
46+
r'itk>=5.2.0'
4747
]
4848
)

0 commit comments

Comments
 (0)