From 7891e74ed8fb51fc71ac51084b04f53a686ba6c5 Mon Sep 17 00:00:00 2001 From: neozhaoliang Date: Fri, 19 Jan 2024 21:54:20 +0800 Subject: [PATCH] add polytopes test workflow --- .github/workflows/test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 593ffab..2b635f5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file