From 7e30ee21b678f809ec1104da8164a9089f82011e Mon Sep 17 00:00:00 2001 From: Sichao He <1310722434@qq.com> Date: Sun, 3 Mar 2024 11:36:09 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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