Skip to content

Commit

Permalink
Try to make delocate happy
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jul 20, 2024
1 parent 203578d commit c1083cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_BUILD: "cp311-*"
CIBW_ENVIRONMENT: SNAPPY_ALWAYS_BUILD_CYOPENGL=1
CIBW_ENVIRONMENT: >
SNAPPY_ALWAYS_BUILD_CYOPENGL=1
MACOSX_DEPLOYMENT_TARGET=10.12
CIBW_ARCHS_MACOS: x86_64
CIBW_BEFORE_BUILD: >
pip install "cython<3.0" FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down

0 comments on commit c1083cb

Please sign in to comment.