Skip to content

Commit

Permalink
#3049 Fix cibuildwheel job
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 7, 2023
1 parent 324c316 commit 5976ec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
run: |
brew update
brew install gfortran libomp graphviz openblas
brew reinstall gcc
python -m pip install cmake wget
python scripts/install_KLU_Sundials.py
Expand All @@ -102,7 +101,7 @@ jobs:
CIBW_BEFORE_BUILD_MACOS: >
python -m pip
install cmake casadi numpy &&
python scripts/fix_casadi_rpath_mac.py && python scripts/fix_suitesparse_rpath_mac.sh
python scripts/fix_casadi_rpath_mac.py && scripts/fix_suitesparse_rpath_mac.sh
# got error "re.error: multiple repeat at position 104" on python 3.7 when --require-archs added, so remove
# it for mac
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
Expand Down

0 comments on commit 5976ec3

Please sign in to comment.