From c01c90a78b6a260bc7b86a0398d9a56f239c8a46 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Tue, 15 Aug 2023 15:06:29 -0400 Subject: [PATCH] add python version to env name --- .github/workflows/tests.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 998b95f..a032d9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,15 +20,10 @@ jobs: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: envs: | - - linux: test-xdist - python-version: 3.8 - - 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-xdist-cov + - linux: py38-xdist + - linux: py39-xdist + - linux: py310-xdist + - linux: py311-xdist + - macos: py311-xdist + - linux: py311-cov coverage: codecov