Skip to content

Commit

Permalink
Disable pytest faulthandler
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Aug 28, 2023
1 parent 0beb563 commit c8eeac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
run: pip install dist/pysubdisc-${{ env.pysubdisc_version }}-py3-none-any.whl

- name: Test with pytest
run: pytest
run: pytest -p no:faulthandler

- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c8eeac1

Please sign in to comment.