Skip to content

Commit

Permalink
BUG: Change ITKPythonPackage tag for MacOS CI
Browse files Browse the repository at this point in the history
The new tag incorporates a fix for using GNU tar on MacOS, see
SimonRit/ITKPythonPackage@d84bea5, and
a fix for reducing the disk footprint, see
SimonRit/ITKPythonPackage@ca1a7e5.
  • Loading branch information
Simon Rit authored and SimonRit committed Sep 9, 2024
1 parent 06d3557 commit 6956127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package-python-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push,pull_request]

env:
itk-wheel-tag: 'v5.4.0'
itk-python-package-tag: 'dea15f87cb2f023e716faf2a811937bef3b105e3'
itk-python-package-tag: '45cfd02a22661731ca5b155f210cfa2f887d50e7'
itk-python-package-org: 'SimonRit'
itk-module-deps: "RTKConsortium/ITKCudaCommon@cae7c93c2f6d4c5b3cb5f6e5ce4a97686e626bf7"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
with:
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
itk-python-package-org: 'SimonRit'
itk-python-package-tag: 'dea15f87cb2f023e716faf2a811937bef3b105e3'
itk-python-package-tag: '45cfd02a22661731ca5b155f210cfa2f887d50e7'
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit 6956127

Please sign in to comment.