From a40d38623097a43f29d994876afcd5519145a03e Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Fri, 1 Dec 2023 09:39:33 -0500 Subject: [PATCH] Change CI so that 3.11 is used for special jobs except when devdeps is called --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/ci_cron.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4929ed1a6db..7ff7af2ce8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,10 +71,10 @@ jobs: - linux: py310-xdist - linux: py311-xdist - linux: py312-xdist - - macos: py312-xdist + - macos: py311-xdist pytest-results-summary: true - - linux: py312-stdevdeps-xdist - - linux: py312-devdeps-xdist - - linux: py312-xdist-cov + - linux: py311-stdevdeps-xdist + - linux: py311-devdeps-xdist + - linux: py311-xdist-cov coverage: codecov pytest-results-summary: true diff --git a/.github/workflows/ci_cron.yml b/.github/workflows/ci_cron.yml index 18f682a5885..59c8234c308 100644 --- a/.github/workflows/ci_cron.yml +++ b/.github/workflows/ci_cron.yml @@ -46,10 +46,10 @@ jobs: - macos: py39-xdist - macos: py39-sdpdeps-xdist - macos: py310-xdist - - macos: py311-xdist - - windows: py312-xdist + - macos: py312-xdist + - windows: py311-xdist pytest-results-summary: true - - linux: py312-pyargs-xdist + - linux: py311-pyargs-xdist - linux: py312-devdeps-xdist pytest-results-summary: true - macos: py312-devdeps-xdist