Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 5, 2023
1 parent 94a6d68 commit 91b441e
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,35 @@ concurrency:
cancel-in-progress: true

jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV }}
with:
submodules: false
coverage: ''
envs: |
- name: Codestyle
linux: codestyle
- name: Python 3.8 on Linux with oldest supported dependencies
linux: py38-test-oldestdeps
toxargs: -v
- name: Python 3.9 on Windows with minimal dependencies
windows: py39-test
toxargs: -v
- name: Python 3.10 on OSX with minimal dependencies
macos: py310-test
toxargs: -v
- name: Python 3.11 on Linux with all dependencies, remote data, and coverage
linux: py311-test-all-cov
coverage: codecov
toxargs: -v
posargs: --remote-data=any
- name: (Allowed Failure) Python 3.12 on Linux with dev dependencies
linux: py312-test-devdeps
toxargs: -v
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV }}
with:
submodules: false
coverage: ''
envs: |
- name: Codestyle
linux: codestyle
- name: Python 3.8 on Linux with oldest supported dependencies
linux: py38-test-oldestdeps
toxargs: -v
- name: Python 3.9 on Windows with minimal dependencies
windows: py39-test
toxargs: -v
- name: Python 3.10 on OSX with minimal dependencies
macos: py310-test
toxargs: -v
- name: Python 3.11 on Linux with all dependencies, remote data, and coverage
linux: py311-test-all-cov
coverage: codecov
toxargs: -v
posargs: --remote-data=any
- name: (Allowed Failure) Python 3.12 on Linux with dev dependencies
linux: py312-test-devdeps
toxargs: -v

0 comments on commit 91b441e

Please sign in to comment.