Skip to content

Commit

Permalink
Merge pull request #58 from tbirdso/notebook-pipeline-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored May 24, 2021
2 parents 8d81ea7 + ed378da commit 3865704
Show file tree
Hide file tree
Showing 5 changed files with 1,161 additions and 521 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, test, package
on: [push,pull_request]

env:
ITKBoneEnhancement-git-tag: v0.4.1
ITKBoneEnhancement-git-tag: v0.4.2

jobs:
build-test-cxx:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
matrix:
python-version: [36, 37, 38, 39]
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

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

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

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

0 comments on commit 3865704

Please sign in to comment.