Skip to content

Commit 9744d14

Browse files
authored
Update python_wheel.yml revert to delocate==0.10.7 for now.
1 parent 349a6b5 commit 9744d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m pip wheel python/finufft -w wheelhouse
132132
133133
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.12/bin/
134-
$PYTHON_BIN/python3 -m pip install delocate
134+
$PYTHON_BIN/python3 -m pip install delocate==0.10.7
135135
ls wheelhouse/finufft*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w fixed_wheel/
136136
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pip install --pre finufft -f fixed_wheel/
137137
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 python/finufft/test/run_accuracy_tests.py

0 commit comments

Comments
 (0)