Skip to content

Commit a0c1d12

Browse files
author
Simon Rit
committed
BUG: GHA: Do not clobber auditwheel manylinux module wheel
See InsightSoftwareConsortium/ITKPythonPackage#291
1 parent e384600 commit a0c1d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-package-python-cuda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: [push,pull_request]
44

55
env:
66
itk-wheel-tag: 'v5.4.2.post1'
7-
itk-python-package-tag: 'v5.4.2.post1'
7+
# v5.4.2.post1 + linux libtbb fix
8+
itk-python-package-tag: '9534d2d6ad5e741825d9708e68bda76464fab08b'
89
itk-python-package-org: 'InsightSoftwareConsortium'
910

1011
concurrency:

0 commit comments

Comments
 (0)