Skip to content

Commit

Permalink
Update python.yml delocate==0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 authored Apr 12, 2024
1 parent 271254f commit a5d947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
.github/workflows/python_build_posix.sh /Library/Frameworks/Python.framework/Versions/3.10/bin/python3
.github/workflows/python_build_posix.sh /Library/Frameworks/Python.framework/Versions/3.11/bin/python3
PYTHON_BIN=/Library/Frameworks/Python.framework/Versions/3.7/bin/
$PYTHON_BIN/python3 -m pip install delocate
$PYTHON_BIN/python3 -m pip install delocate==0.10.7
ls python/dist/*.whl | xargs -n1 $PYTHON_BIN/delocate-wheel -w wheelhouse/
- name: Test python bindings
Expand Down

0 comments on commit a5d947f

Please sign in to comment.