Skip to content

Commit

Permalink
CI: don't test GUI on any platform, also build on Apple Silicon, do P…
Browse files Browse the repository at this point in the history
…ython 3.8-3.12
  • Loading branch information
NathanDunfield committed Jul 21, 2024
1 parent da2e23c commit f5d92d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-22.04, macos-12, macos-14, windows-2019]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
CIBW_ENVIRONMENT_MACOS: >
SNAPPY_ALWAYS_BUILD_CYOPENGL=True
MACOSX_DEPLOYMENT_TARGET=10.12
CIBW_BUILD: "cp312-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_SKIP: "*-manylinux_i686 *musllinux* pp*"
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
CIBW_BEFORE_BUILD: >
Expand All @@ -34,7 +34,7 @@ jobs:
pip install git+https://github.com/3-manifolds/snappy_manifolds &&
pip install git+https://github.com/3-manifolds/Spherogram
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel}
CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl
CIBW_TEST_COMMAND: python -m snappy.test --skip-gui


- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f5d92d4

Please sign in to comment.