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 authored May 4, 2024
1 parent 3a80b05 commit 2bc3642
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,12 +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
python -m pytest -sv | tee complete_testrun.log 2>&1
set +o pipefail
fi
echo ::group::Crashing Test Logs
# See if we don't have a crash that went away
Expand Down

0 comments on commit 2bc3642

Please sign in to comment.