Skip to content

Commit

Permalink
Update the CI (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Jun 1, 2023
2 parents ea68910 + 0e8a1d8 commit 0c3897e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/roman_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,18 @@ jobs:
cache-path: /tmp/crds_cache
cache-key: crds-${{ needs.crds_context.outputs.pmap }}
envs: |
- linux: test-oldestdeps-cov-xdist
python-version: 3.9
- linux: py39-oldestdeps-cov-xdist
pytest-results-summary: true
- linux: test-xdist
python-version: 3.9
- linux: py39
pytest-results-summary: true
- linux: test-xdist
python-version: 3.10
- linux: py310
pytest-results-summary: true
- linux: test-xdist-ddtrace
python-version: 3.11
- linux: py311-ddtrace
pytest-results-summary: true
- macos: test-xdist-ddtrace
python-version: 3.11
- macos: py311-ddtrace
pytest-results-summary: true
- linux: test-devdeps-xdist
- linux: py311-devdeps-xdist
pytest-results-summary: true
- linux: test-cov-xdist
- linux: py311-cov-xdist
coverage: codecov
pytest-results-summary: true

0 comments on commit 0c3897e

Please sign in to comment.