Skip to content

Commit

Permalink
Fix ci-linux.yml to *not* run tests with nox
Browse files Browse the repository at this point in the history
because our tests take too long to run multiple times in a single
Actions. There might be some way to do this with nox using
whatever the installed Python is but I'm just going with this for now.
  • Loading branch information
NickleDave committed Oct 12, 2023
1 parent aac5960 commit 142fbad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
nox -s test-data-download-source
nox -s test-data-download-generated-ci
nox -s coverage --verbose
pip install .[test]
pytest --cov=./ --cov-report=xml
- name: upload code coverage
uses: codecov/codecov-action@v3

0 comments on commit 142fbad

Please sign in to comment.