Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 27, 2023
1 parent b156728 commit 917c97f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
default_python: "3.11"
default_python: "3.12"
envs: |
- linux: check-style
- linux: check-security
Expand All @@ -70,10 +70,11 @@ jobs:
- linux: py39-sdpdeps-xdist
- linux: py310-xdist
- linux: py311-xdist
- macos: py311-xdist
- linux: py312-xdist
- macos: py312-xdist
pytest-results-summary: true
- linux: py311-stdevdeps-xdist
- linux: py311-devdeps-xdist
- linux: py311-xdist-cov
- linux: py312-stdevdeps-xdist
- linux: py312-devdeps-xdist
- linux: py312-xdist-cov
coverage: codecov
pytest-results-summary: true
11 changes: 6 additions & 5 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ jobs:
- macos: py39-xdist
- macos: py39-sdpdeps-xdist
- macos: py310-xdist
- windows: py311-xdist
- macos: py311-xdist
- windows: py312-xdist
pytest-results-summary: true
- linux: py311-pyargs-xdist
- linux: py311-devdeps-xdist
- linux: py312-pyargs-xdist
- linux: py312-devdeps-xdist
pytest-results-summary: true
- macos: py311-devdeps-xdist
- macos: py312-devdeps-xdist
pytest-results-summary: true
- windows: py311-devdeps-xdist
- windows: py312-devdeps-xdist
pytest-results-summary: true

0 comments on commit 917c97f

Please sign in to comment.