Skip to content

Commit

Permalink
Fix delocate error in pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 24, 2024
1 parent fead804 commit 6ace0e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
rustup show
# Fixes delocate.libsana.DelocationError:
# river/stats/_rust_stats.cpython-310-darwin.so has a minimum target of 10.12
MACOSX_DEPLOYMENT_TARGET: 10.12

- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
Expand Down

0 comments on commit 6ace0e2

Please sign in to comment.