Skip to content

Commit

Permalink
add python version to env name
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 18, 2023
1 parent c8fb262 commit c01c90a
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c01c90a

Please sign in to comment.