Skip to content

Commit

Permalink
ENH: Build Python packages against ITK 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 1, 2021
1 parent e5cc74a commit 6d56255
Showing 1 changed file with 3 additions and 3 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 @@ -142,7 +142,7 @@ jobs:
matrix:
python-version: [36, 37, 38, 39]
include:
- itk-python-git-tag: "v5.2.0.post3"
- itk-python-git-tag: "v5.2.1.post1"

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

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
matrix:
python-version-minor: [6, 7, 8, 9]
include:
- itk-python-git-tag: "v5.2.0.post3"
- itk-python-git-tag: "v5.2.1.post1"

steps:
- name: Get specific version of CMake, Ninja
Expand Down

0 comments on commit 6d56255

Please sign in to comment.