From 629a41f1c93758f4509425aadf26e406981d53a1 Mon Sep 17 00:00:00 2001 From: neozhaoliang Date: Fri, 19 Jan 2024 23:19:10 +0800 Subject: [PATCH] fix workflow bug --- .github/workflows/test.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ccfc346..593ffab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,10 +27,6 @@ jobs: run: pip install -r requirements.txt - name: Install softwares run: bash install_dependencies.sh - - name: setup terminal - run: | - export TERM=xterm-256color - export COLORTERM=truecolor - name: Run perfectly sampling tests run: | python src/aztec/random_tiling.py @@ -60,10 +56,4 @@ jobs: python src/misc/modulargroup.py python src/misc/newton.py python src/misc/penrose.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 \ No newline at end of file + python src/misc/ust_leaves.py \ No newline at end of file