Skip to content

Commit

Permalink
pytest: turn off faulthandler
Browse files Browse the repository at this point in the history
This may help avoid the random segfaults, according to
jpype-project/jpype#842 (comment)
  • Loading branch information
hinerm committed Nov 18, 2021
1 parent e174d07 commit 57f4b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
mamba install -c conda-forge pytest
- name: Test with pytest
run: |
pytest
pytest -p no:faulthandler

0 comments on commit 57f4b3e

Please sign in to comment.