Skip to content

Commit

Permalink
ENH: Bump ITK version to 5.1.1 and ITK Python version to 5.1.1.post1
Browse files Browse the repository at this point in the history
This will bump the versions in the GitHub Actions build-test-package.yml
  • Loading branch information
mseng10 authored and sudomakeinstall committed Nov 30, 2020
1 parent 5f7a83f commit d731745
Showing 1 changed file with 6 additions and 6 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.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "MinSizeRel"

steps:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
matrix:
python-version: [35, 36, 37, 38]
include:
- itk-python-git-tag: "v5.1.0.post2"
- itk-python-git-tag: "v5.1.1.post1"

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

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
matrix:
python-version-minor: [5, 6, 7, 8]
include:
- itk-python-git-tag: "v5.1.0.post2"
- itk-python-git-tag: "v5.1.1.post1"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d731745

Please sign in to comment.