Skip to content

Commit

Permalink
try other platforms in other order
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 15, 2024
1 parent 4f6ac33 commit f2b616e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
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 &&
cd {project}/doc_src && make html
cd {project}/doc_src && make html &&
python -m snappy.test --skip-modern-opengl
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f2b616e

Please sign in to comment.