Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Sep 27, 2022
1 parent db7e552 commit de1fb9c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
default_python: '3.10'
envs: |
- linux: coverage
name: Python 3.10 coverage
python-version: 3.10
- linux: coverage
name: Python 3.9 coverage
python-version: 3.9
- linux: coverage
name: Python 3.8 coverage
python-version: 3.8
coverage: codecov

test:
Expand All @@ -49,8 +57,6 @@ jobs:
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
envs: |
- linux: py38
- linux: py39
- macos: py39
- windows: py39
Expand Down

0 comments on commit de1fb9c

Please sign in to comment.