Skip to content

Commit

Permalink
restore file as original
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienegri committed May 27, 2024
1 parent 9ebc9e8 commit d42e878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tox -e py --notest
- name: Run tests
continue-on-error: ${{ matrix.experimental }}
run: tox -e py -- --cov --no-cov-on-fail --cov-report xml
run: tox -e py -- --cov --no-cov-on-fail --cov-report xml
- name: Upload coverage to Codecov
if: ${{ success() }}
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
- name: Install pyaerocom
run: python -m pip install . --no-deps
- name: Run pytest
run: python -m pytest -ra -q --cov --no-cov-on-fail --cov-report xml
run: python -m pytest -ra -q --cov --no-cov-on-fail --cov-report xml

0 comments on commit d42e878

Please sign in to comment.