Skip to content

Commit

Permalink
CI: trying modern GL again.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed May 6, 2024
1 parent 65ef27d commit bade2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cirrus_wheels_macos_arm64_task:
pip install git+https://github.com/3-manifolds/PLink &&
pip install git+https://github.com/3-manifolds/snappy_manifolds &&
pip install git+https://github.com/3-manifolds/Spherogram
CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl --skip-gui
CIBW_TEST_COMMAND: python -m snappy.test
install_pre_requirements_script:
- brew install python3 pipx
- python3 --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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

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

0 comments on commit bade2e9

Please sign in to comment.