Skip to content

Commit 7d013aa

Browse files
authored
Merge pull request #111 from thewtex/libtbb-fix
COMP: Add libtbb linux Python package fix-up patch
2 parents 8c2078a + 7d4a909 commit 7d013aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ on:
1919
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
2020
required: false
2121
type: string
22-
default: 'v5.4.2.post1'
22+
# v5.4.2.post1 + linux libtbb fix
23+
default: '9534d2d6ad5e741825d9708e68bda76464fab08b'
2324
itk-python-package-org:
2425
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2526
required: false

0 commit comments

Comments
 (0)