Skip to content

Commit

Permalink
TST: Switch Python versions around
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Mar 4, 2022
1 parent 53c7539 commit 9a279ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
toxposargs: --remote-data
allow_failure: false

- name: OS X - Python 3.10
- name: OS X - Python 3.9
os: macos-latest
python: '3.10'
toxenv: py310-test
python: 3.9
toxenv: py39-test
allow_failure: false

- name: Windows - Python 3.8
- name: Windows - Python 3.10
os: windows-latest
python: 3.8
toxenv: py38-test
python: '3.10'
toxenv: py310-test
allow_failure: false

# This also runs on cron but we want to make sure new changes
Expand Down

0 comments on commit 9a279ba

Please # to comment.