We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e384600 commit a0c1d12Copy full SHA for a0c1d12
.github/workflows/build-test-package-python-cuda.yml
@@ -4,7 +4,8 @@ on: [push,pull_request]
4
5
env:
6
itk-wheel-tag: 'v5.4.2.post1'
7
- itk-python-package-tag: 'v5.4.2.post1'
+ # v5.4.2.post1 + linux libtbb fix
8
+ itk-python-package-tag: '9534d2d6ad5e741825d9708e68bda76464fab08b'
9
itk-python-package-org: 'InsightSoftwareConsortium'
10
11
concurrency:
0 commit comments