Skip to content

Commit 4c2fc10

Browse files
authored
Merge pull request #97 from thewtex/itk-5.1.2
ENH: Update CI to build again ITK 5.1.2
2 parents c79db07 + 3ad9bb6 commit 4c2fc10

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

2929
steps:
@@ -140,7 +140,7 @@ jobs:
140140
matrix:
141141
python-version: [36, 37, 38, 39]
142142
include:
143-
- itk-python-git-tag: "v5.1.1.post1"
143+
- itk-python-git-tag: "v5.1.2"
144144

145145
steps:
146146
- uses: actions/checkout@v2
@@ -184,7 +184,7 @@ jobs:
184184
max-parallel: 2
185185
matrix:
186186
include:
187-
- itk-python-git-tag: "v5.1.1.post1"
187+
- itk-python-git-tag: "v5.1.2"
188188

189189
steps:
190190
- uses: actions/checkout@v2
@@ -221,7 +221,7 @@ jobs:
221221
matrix:
222222
python-version-minor: [6, 7, 8, 9]
223223
include:
224-
- itk-python-git-tag: "v5.1.1.post1"
224+
- itk-python-git-tag: "v5.1.2"
225225

226226
steps:
227227
- 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.1.1"
16+
itk-git-tag: "v5.1.2"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.1.1"
21+
itk-git-tag: "v5.1.2"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.1.1"
26+
itk-git-tag: "v5.1.2"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -133,7 +133,7 @@ jobs:
133133
matrix:
134134
python-version: [36, 37, 38, 39]
135135
include:
136-
- itk-python-git-tag: "v5.1.1.post1"
136+
- itk-python-git-tag: "v5.1.2"
137137

138138
steps:
139139
- uses: actions/checkout@v2
@@ -169,7 +169,7 @@ jobs:
169169
max-parallel: 2
170170
matrix:
171171
include:
172-
- itk-python-git-tag: "v5.1.1.post1"
172+
- itk-python-git-tag: "v5.1.2"
173173

174174
steps:
175175
- uses: actions/checkout@v2
@@ -198,7 +198,7 @@ jobs:
198198
matrix:
199199
python-version-minor: [6, 7, 8, 9]
200200
include:
201-
- itk-python-git-tag: "v5.1.1.post1"
201+
- itk-python-git-tag: "v5.1.2"
202202

203203
steps:
204204
- uses: actions/checkout@v2

{{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.1.1'
46+
r'itk>=5.1.2'
4747
]
4848
)

0 commit comments

Comments
 (0)