Skip to content

Commit a0a9a8b

Browse files
committed
WIP: Reference ITKPythonPackage PR updating zstd
1 parent 8f91360 commit a0a9a8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ jobs:
3737
3838
- name: 'Fetch build dependencies'
3939
shell: bash
40-
runs: |
40+
run: |
4141
sudo apt install zstd
4242
unzstd --version
4343
4444
- name: 'Fetch build script'
4545
run: |
46-
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O
46+
# FIXME: Workaround for https://github.com/InsightSoftwareConsortium/ITKPythonPackage/pull/225
47+
curl -L https://raw.githubusercontent.com/tbirdso/ITKPythonPackage/ba0d41aa04d66c2951ac28c03152f932b03e2789/scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -O
4748
chmod u+x dockcross-manylinux-download-cache-and-build-module-wheels.sh
4849
4950
- name: 'Build 🐍 Python 📦 package'

0 commit comments

Comments
 (0)