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 349a6b5 commit 9744d14Copy full SHA for 9744d14
.github/workflows/python_wheel.yml
@@ -131,7 +131,7 @@ jobs:
131
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m pip wheel python/finufft -w wheelhouse
132
133
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.12/bin/
134
- $PYTHON_BIN/python3 -m pip install delocate
+ $PYTHON_BIN/python3 -m pip install delocate==0.10.7
135
ls wheelhouse/finufft*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w fixed_wheel/
136
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pip install --pre finufft -f fixed_wheel/
137
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 python/finufft/test/run_accuracy_tests.py
0 commit comments