From 8a4b3aad6552b980cdc597928291b1fc1f3314d3 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 20 Sep 2023 09:49:20 -0400 Subject: [PATCH] rename toxenvs to be more explanatory --- .github/workflows/ci.yml | 15 ++++----------- .github/workflows/ci_cron.yml | 10 +++++----- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f488e84a..c871d446 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,17 +22,10 @@ jobs: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: envs: | - - linux: test-oldestdeps-cov-xdist - python-version: 3.9 - - linux: test-xdist - python-version: '3.9' - - linux: test-xdist - python-version: '3.10' - - linux: test-xdist - python-version: '3.11' - - macos: test-xdist - python-version: '3.11' - - linux: test-cov-xdist + - linux: py39-oldestdeps-cov-xdist + - linux: py310-xdist + - macos: py311-xdist + - linux: py311-cov-xdist coverage: 'codecov' test_downstream: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 diff --git a/.github/workflows/ci_cron.yml b/.github/workflows/ci_cron.yml index 93bae788..08ba3f68 100644 --- a/.github/workflows/ci_cron.yml +++ b/.github/workflows/ci_cron.yml @@ -24,8 +24,8 @@ jobs: if: (github.repository == 'spacetelescope/stpipe' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Weekly CI'))) with: envs: | - - macos: test-xdist - python-version: 3.9 - - macos: test-xdist - python-version: 3.10 - - linux: test-devdeps-xdist + - macos: py39-xdist + - macos: py310-xdist + - windows: py311-xdist + - linux: py3-devdeps-xdist + - macos: py3-devdeps-xdist