Skip to content

Commit 4c38624

Browse files
Add --skip-install flag to example test command
1 parent 7d7fd60 commit 4c38624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Run example and verify output files
4545
run: |
4646
cd examples
47-
python -m brian2wasm brunel_hakim1999.py --no-server
47+
python -m brian2wasm brunel_hakim1999.py --no-server --skip-install
4848
ls brunel_hakim1999/{brian.js,index.html,wasm_module.{js,wasm},worker.js}
4949
shell: pixi run bash -e {0}

0 commit comments

Comments
 (0)