Skip to content

Commit

Permalink
Use alldeps for ARM CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Feb 12, 2025
1 parent 09cbf97 commit afa5cad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ jobs:
allow_failure: false
prefix: ''

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

- os: macos-latest
python: '3.12'
tox_env: 'py312-test-alldeps'
Expand All @@ -74,9 +67,16 @@ jobs:
allow_failure: false
prefix: ''

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

- os: ubuntu-24.04-arm
python: '3.12'
tox_env: 'py312-test'
tox_env: 'py312-test-alldeps'
toxposargs: --remote-data=any
allow_failure: false
prefix: ''
Expand Down

0 comments on commit afa5cad

Please sign in to comment.