Skip to content

Commit

Permalink
CI: macOS should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jul 20, 2024
1 parent 60dd12f commit 18193e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
env:
# Skip Python 32 bit Linux, and PyPy
CIBW_ENVIRONMENT: SNAPPY_ALWAYS_BUILD_CYOPENGL=True
CIBW_ENVIRONMENT_MACOS: >
SNAPPY_ALWAYS_BUILD_CYOPENGL=True
MACOSX_DEPLOYMENT_TARGET=10.12
CIBW_BUILD: "cp312-*"
CIBW_SKIP: "*-manylinux_i686 *musllinux* pp*"
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
Expand Down

0 comments on commit 18193e6

Please sign in to comment.