diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 5ddfaade6..489d4660d 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -25,36 +25,16 @@ jobs: coverage: codecov envs: | - # Linux build - - linux: py310-test-all - - linux: py311-test - - linux: py312-test-all - - linux: py313-test - - # Documentation build - - linux: py310-docs - coverage: false - - macos: py311-docs - coverage: false - - # Test a few configurations on macOS - - macos: py310-test-all - - macos: py311-test - - macos: py312-test-all - - # Test some configurations on Windows - - windows: py310-test - - windows: py311-test-all - # Test against latest developer versions of some packages - linux: py311-test-dev - linux: py312-test-dev-all - linux: py313-test-dev-all - - macos: py311-test-dev-all - - macos: py312-test-dev + - macos: py311-test-dev + - macos: py312-test-dev-all + - macos: py313-test-dev - - windows: py311-test-dev + - windows: py312-test-dev publish: needs: tests