Skip to content

Commit

Permalink
BUG: Update Python Git tag to v5.2.1.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Sep 2, 2021
1 parent a7715a4 commit 2111bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
matrix:
python-version: [36, 37, 38, 39]
include:
- itk-python-git-tag: "v5.2.1"
- itk-python-git-tag: "v5.2.1.post1"

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

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.2.1"
- itk-python-git-tag: "v5.2.1.post1"

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 @@ -46,6 +46,6 @@
keywords='RTK Reconstruction Toolkit',
url=r'https://www.openrtk.org/',
install_requires=[
r'itk>=5.2.1'
r'itk>=5.2.1.post1'
]
)

0 comments on commit 2111bdf

Please sign in to comment.