diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 4c88bca1c..e76d475fa 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -152,7 +152,6 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "11.0" run: | brew install gmp - export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH python${{ matrix.python.major-dot-minor }} -m venv venv . venv/bin/activate maturin build -i python --release -m wheel/Cargo.toml