We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0093e32 commit ec9fb17Copy full SHA for ec9fb17
.github/workflows/ci.yml
@@ -730,7 +730,9 @@ jobs:
730
python -m pip install numba
731
echo ::endgroup::
732
echo ::group::Run complete test suite
733
+ set -o pipefail
734
python -m pytest -sv | tee complete_testrun.log 2>&1
735
+ set +o pipefail
736
echo ::group::Crashing Test Logs
737
# See if we don't have a crash that went away
738
# Comment out all xfails but the ones that have a run=False condition.
0 commit comments