diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 4e8e3088de..9faa270ec2 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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