From 8d090c10200cd9832683640388d021acdd08cd01 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 b9061cbf..6b262c97 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@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0 needs: [ data ]