From 42913625b3dc9e9410be45dd2144bab35bdecb2c Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 8 Oct 2024 14:33:18 -0400 Subject: [PATCH] restore py311-cov-xdist --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c10649c8..81986b7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,11 +62,11 @@ jobs: cache-key: crds-${{ needs.data.outputs.crds_context }} envs: | - linux: py310-xdist - - linux: py311-xdist - - linux: py312-xdist - - linux: py313-cov-xdist - coverage: codecov - macos: py311-xdist + - linux: py311-cov-xdist + coverage: codecov + - linux: py312-xdist + - linux: py313-xdist test_downstream: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 needs: [ data ]