Skip to content

Commit

Permalink
Include all remote data in coverage run
Browse files Browse the repository at this point in the history
This should reduce the number of tests skipped, and resolve some of the
weirdness with coverage seen in #1122.
  • Loading branch information
aragilar committed Apr 26, 2024
1 parent 0524eb5 commit c6426cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
python: 3.x
toxenv: codestyle

- name: Python 3.11 with astropy data and coverage
- name: Python 3.11 with remote data and coverage
os: ubuntu-latest
python: '3.11'
toxenv: py311-test-cov
toxargs: -v
toxposargs: --remote-data=astropy
toxposargs: --remote-data=any

- name: Python 3.12 (Windows)
os: windows-latest
Expand Down

0 comments on commit c6426cf

Please sign in to comment.