Skip to content

Commit

Permalink
Run on unix-y things
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Nov 17, 2023
1 parent 5ce518f commit d53699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
python mandelbrot-cldb.py
- name: "Test step run with mandelbrot, setting print only"
shell: bash
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python, '3.8')
run: |
. ./activate
python ./resources/tests/lib/steprun.py ./resources/tests/mandelbrot/mandelbrot.clvm.hex resources/tests/mandelbrot/mand_args.txt ./resources/tests/mandelbrot/mandelbrot.sym > /tmp/mand_output.txt
Expand Down

0 comments on commit d53699e

Please sign in to comment.