Skip to content

Commit

Permalink
No longer use true for OS X pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed May 4, 2024
1 parent 3a80b05 commit c0c75c2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,13 +1010,8 @@ jobs:
echo ::endgroup::
echo ::group::Run complete test suite
set -o pipefail
if [[ "${{ matrix.os }}" != macos-* ]]; then
python -m pytest -sv | tee complete_testrun.log 2>&1
set +o pipefail
else
set +o pipefail
python -m pytest -sv | tee complete_testrun.log 2>&1 || true
fi
python -m pytest -sv | tee complete_testrun.log 2>&1
set +o pipefail
echo ::group::Crashing Test Logs
# See if we don't have a crash that went away
# Comment out all xfails but the ones that have a run=False condition.
Expand Down

0 comments on commit c0c75c2

Please # to comment.