diff options
| -rw-r--r-- | tools/wheels/cibw_before_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wheels/cibw_before_build.sh b/tools/wheels/cibw_before_build.sh index ad76b330f..b9d8bd144 100644 --- a/tools/wheels/cibw_before_build.sh +++ b/tools/wheels/cibw_before_build.sh @@ -43,5 +43,5 @@ if [[ $RUNNER_OS == "macOS" ]]; then source $PROJECT_DIR/tools/wheels/gfortran_utils.sh install_gfortran # Try a newer version of delocate that knows about /usr/local/lib - pip install git+https://github.com/isuruf/delocate@search_usr_local#egg=delocate + pip install git+https://github.com/matthew-brett/delocate@2b10a14b fi |
