Skip to content

Commit

Permalink
Update python_wheel.yml revert to delocate==0.10.7 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 authored Mar 31, 2024
1 parent 349a6b5 commit 9744d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m pip wheel python/finufft -w wheelhouse
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.12/bin/
$PYTHON_BIN/python3 -m pip install delocate
$PYTHON_BIN/python3 -m pip install delocate==0.10.7
ls wheelhouse/finufft*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w fixed_wheel/
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -m pip install --pre finufft -f fixed_wheel/
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 python/finufft/test/run_accuracy_tests.py
Expand Down

0 comments on commit 9744d14

Please sign in to comment.