Skip to content

Commit

Permalink
Attempt to resolve CI test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Sep 5, 2024
1 parent d8bf788 commit 1ae98d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
DURATIONS_FILE=$(mktemp)
bzcat data/pytest/durations_ubuntu.bz2 > $DURATIONS_FILE
pytest -x --cov --level=2 --durations-path=$DURATIONS_FILE --splits=5 --group=${{ matrix.group }} --pyargs scico
ls -lR
ls -aR --ignore=.git --ignore=scico --ignore=docs --ignore=examples --ignore=misc
# Upload coverage data
- name: Upload coverage
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/download-artifact@v4
- name: Run coverage
run: |
ls -R
ls -aR --ignore=.git --ignore=scico --ignore=docs --ignore=examples --ignore=misc
coverage combine coverage*/.coverage*
coverage report
coverage xml
Expand Down

0 comments on commit 1ae98d9

Please sign in to comment.