Skip to content

Commit

Permalink
Merge pull request #32 from InsightSoftwareConsortium/itk-5.2rc3
Browse files Browse the repository at this point in the history
ENH: Update CI for ITK 5.2 RC 3
  • Loading branch information
thewtex authored Mar 19, 2021
2 parents 7bb9c5a + f79f207 commit 386ac6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "abd38d5a0040b9a8fbb0ad3127089dbb72a93342"
itk-git-tag: "c7586a12e8538c59041c480880ff0ea15c9550c2"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "abd38d5a0040b9a8fbb0ad3127089dbb72a93342"
itk-git-tag: "c7586a12e8538c59041c480880ff0ea15c9550c2"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "abd38d5a0040b9a8fbb0ad3127089dbb72a93342"
itk-git-tag: "c7586a12e8538c59041c480880ff0ea15c9550c2"
cmake-build-type: "MinSizeRel"

steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
matrix:
python-version: [36, 37, 38, 39]
include:
- itk-python-git-tag: "v5.2rc01"
- itk-python-git-tag: "v5.2rc03"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
max-parallel: 2
matrix:
include:
- itk-python-git-tag: "v5.2rc01"
- itk-python-git-tag: "v5.2rc03"

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.2rc01"
- itk-python-git-tag: "v5.2rc03"

steps:
- name: Get specific version of CMake, Ninja
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-iofdf',
version='1.0.0',
version='1.0.1',
author='Glenn Pierce',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -45,6 +45,6 @@
keywords='ITK InsightToolkit FDF',
url=r'https://github.com/InsightSoftwareConsortium/ITKIOFDF',
install_requires=[
r'itk>=5.2rc1'
r'itk>=5.2rc3'
]
)

0 comments on commit 386ac6d

Please sign in to comment.