diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-09-01 18:56:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 23:56:50 +0000 |
commit | 7e41628ff523b3fe373b0981a5db441358980dab (patch) | |
tree | 6eeb00db2a1d813c2f9cf20404ea4b7e493f5a4f | |
parent | e6f48ca80821939c1fd11ec2a0cdbf2fba9b258a (diff) |
[build] Pin `delocate` version for `macos` (#10901)
Authored by: bashonly
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12ec5b0d8..4ff1cbc1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -266,7 +266,7 @@ jobs: # We need to ignore wheels otherwise we break universal2 builds python3 -m pip install -U --no-binary :all: -r requirements.txt # We need to fuse our own universal2 wheels for curl_cffi - python3 -m pip install -U delocate + python3 -m pip install -U 'delocate==0.11.0' mkdir curl_cffi_whls curl_cffi_universal2 python3 devscripts/install_deps.py --print -o --include curl-cffi > requirements.txt for platform in "macosx_11_0_arm64" "macosx_11_0_x86_64"; do |