Skip to content

Commit

Permalink
CI: can haz docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 15, 2024
1 parent d558494 commit d35032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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: >
cd doc_src && make html
cd {project}/doc_src && make html &&
python -m snappy.test --skip-modern-opengl
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d35032a

Please sign in to comment.