Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 19, 2023
1 parent 2e70732 commit e6f6434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:

- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-alldeps-cov'
toxposargs: --remote-data=any
tox_env: 'py310-test-alldeps'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
tox_env: 'py311-test-alldeps'
tox_env: 'py311-test-alldeps-cov'
toxposargs: --remote-data=any
allow_failure: false
prefix: ''

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- os: ubuntu-latest
python: '3.9'
tox_env: 'py39-test-alldeps-astropylts-numpy122'
tox_env: 'py39-test-oldestdeps'
allow_failure: false
prefix: ''

Expand Down

0 comments on commit e6f6434

Please sign in to comment.