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 5c9a8ad commit 0435bed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ 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

0 comments on commit 0435bed

Please sign in to comment.