Skip to content

Commit

Permalink
Include all remote data in coverage run (#1132)
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 30, 2024
1 parent 0524eb5 commit a702a2c
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 a702a2c

Please sign in to comment.