Skip to content

Commit

Permalink
[ci] Fix windows pytest fatal exception (#644)
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
Routhleck authored Mar 3, 2024
1 parent 9570617 commit 5f1b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
- name: Test with pytest
run: |
cd brainpy
pytest _src/
pytest _src/ -p no:faulthandler

0 comments on commit 5f1b905

Please sign in to comment.