Skip to content

Commit

Permalink
CI #876 disable until #905
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 9, 2024
1 parent 4d7513e commit 717b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Run tests with pytest & coverage
shell: bash -l {0}
run: |
set -vxeuo pipefail
# set -vxeuo pipefail
coverage run --concurrency=thread --parallel-mode -m pytest -vvv --exitfirst .
coverage combine
coverage report --precision 3
Expand Down

0 comments on commit 717b1c4

Please sign in to comment.