Skip to content

Commit

Permalink
ENH: upgrade CI for python packages to 5.2rc03
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Mar 5, 2021
1 parent 4f3b750 commit 6da67e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: "v5.2rc02"
itk-git-tag: "v5.2rc03"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.2rc02"
itk-git-tag: "v5.2rc03"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.2rc02"
itk-git-tag: "v5.2rc03"
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.2rc02"
- 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.2rc02"
- 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.2rc02"
- itk-python-git-tag: "v5.2rc03"

steps:
- name: Get specific version of CMake, Ninja
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
keywords='RTK Reconstruction Toolkit',
url=r'https://www.openrtk.org/',
install_requires=[
r'itk>=5.2rc2'
r'itk>=5.2rc3'
]
)

0 comments on commit 6da67e0

Please sign in to comment.