Skip to content

Commit

Permalink
Put these back
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Oct 26, 2023
1 parent 0649e80 commit 5003c24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
toxposargs: --remote-data
allow_failure: false

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

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

# This also runs on cron but we want to make sure new changes
# won't break this job at the PR stage.
- name: Python 3.12 with latest dev versions of key dependencies, and remote data
Expand Down

0 comments on commit 5003c24

Please sign in to comment.