Skip to content

Commit

Permalink
CI: Test on Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 29, 2021
1 parent 40779be commit 07c8dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
include:
- os: ubuntu-18.04
mode: coverage
python: "3.8"
python: "3.9"
- os: ubuntu-18.04
mode: checks
python: "3.8"
python: "3.9"
- os: ubuntu-latest
mode: check-images
python: "3.8"
python: "3.9"
runs-on: ${{ matrix.os }}
env:
TEST_MODE: ${{ matrix.mode }}
Expand Down

0 comments on commit 07c8dd9

Please sign in to comment.