Skip to content

Commit b38aa83

Browse files
cleanup
1 parent ffbd243 commit b38aa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
pip install -r requirements.txt
2020
pip install pytest
21-
pytest -p no:faulthandler
21+
pytest
2222
build:
2323
runs-on: ubuntu-latest
2424
needs: test

0 commit comments

Comments
 (0)