diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7f46c959..01bdd87f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -113,4 +113,4 @@ jobs: - name: Test with pytest run: | cd brainpy - pytest _src/ + pytest _src/ -p no:faulthandler