Skip to content

Commit

Permalink
BUG: Fix failing Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jul 5, 2024
1 parent 3e46e5b commit a5fbdff
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: '766eaae6ba783d92ded30e8379de8bef981bd041'
itk-python-package-tag: 'd0d2733d44c77b0f8e1fc2e6e2c5b20c883f3f83'
itk-python-package-org: 'SimonRit'
itk-module-deps: "RTKConsortium/ITKCudaCommon@v1.1.0"

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: '766eaae6ba783d92ded30e8379de8bef981bd041'
itk-python-package-tag: 'd0d2733d44c77b0f8e1fc2e6e2c5b20c883f3f83'
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit a5fbdff

Please sign in to comment.