Skip to content

Commit

Permalink
rename toxenvs to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 25, 2023
1 parent a937822 commit 6dda2ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
23 changes: 8 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,17 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-style
- linux: check-security
- linux: check-build
test:
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: py39-xdist
- linux: py310-xdist
- linux: py311-xdist
- macos: py311-xdist
- linux: py3-cov-xdist
coverage: 'codecov'
data:
uses: ./.github/workflows/data.yml
Expand All @@ -56,5 +49,5 @@ jobs:
cache-path: ${{ needs.data.outputs.webbpsf_path }}
cache-key: webbpsf-${{ needs.data.outputs.webbpsf_hash }}
envs: |
- linux: test-jwst-cov-xdist
- linux: test-romancal-cov-xdist
- linux: py311-jwst-cov-xdist
- linux: py311-romancal-cov-xdist
8 changes: 3 additions & 5 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
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
- linux: py3-devdeps-xdist

0 comments on commit 6dda2ec

Please sign in to comment.