From 5c9a8ad416bc2ac25593bac381b4237fd9cdff0f Mon Sep 17 00:00:00 2001 From: neozhaoliang Date: Fri, 19 Jan 2024 22:59:32 +0800 Subject: [PATCH] fix workflow bug --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 485ee5e..44605fd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,5 +61,5 @@ jobs: - name: Run polytopes tests run: | cd src/polytopes - python src/polytopes/example_curved_polychora.py - python src/polytopes/example_polytope_animation.py \ No newline at end of file + python example_curved_polychora.py + python example_polytope_animation.py \ No newline at end of file