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 0435bed commit 629a41f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
python src/misc/ust_leaves.py

0 comments on commit 629a41f

Please sign in to comment.