Skip to content

Commit

Permalink
add polytopes test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang committed Jan 19, 2024
1 parent ec0c9a1 commit 7891e74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ jobs:
python src/misc/modulargroup.py
python src/misc/newton.py
python src/misc/penrose.py
python src/misc/ust_leaves.py
python src/misc/ust_leaves.py
- name: Run polytopes tests
run: |
python src/polytopes/example_curved_polychora.py
python src/polytopes/example_polytope_animation.py

0 comments on commit 7891e74

Please sign in to comment.