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.
2 parents 8c2078a + 7d4a909 commit 7d013aaCopy full SHA for 7d013aa
.github/workflows/build-test-package-python.yml
@@ -19,7 +19,8 @@ on:
19
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
20
required: false
21
type: string
22
- default: 'v5.4.2.post1'
+ # v5.4.2.post1 + linux libtbb fix
23
+ default: '9534d2d6ad5e741825d9708e68bda76464fab08b'
24
itk-python-package-org:
25
description: 'Github organization name for fetching ITKPythonPackage build scripts'
26
0 commit comments