Skip to content

Commit

Permalink
fix workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang committed Jan 19, 2024
1 parent 629a41f commit e69e21f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,10 @@ 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: |
cd src/polytopes
python example_curved_polychora.py
python example_polytope_animation.py
1 change: 1 addition & 0 deletions src/polytopes/example_curved_polychora.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
+ " +KFI0"
+ " +KFF{}".format(FRAMES - 1)
+ " -V"
+ " -D"
+ " +O../{}/".format(IMAGE_DIR)
+ "{}"
)
Expand Down
1 change: 1 addition & 0 deletions src/polytopes/example_polytope_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
+ " +KFI0"
+ " +KFF{}".format(FRAMES - 1)
+ " -V"
+ " -D"
+ " +O../{}/".format(IMAGE_DIR)
+ "{}"
)
Expand Down

0 comments on commit e69e21f

Please sign in to comment.