Skip to content

Commit

Permalink
ci: run windows tests on python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jan 4, 2022
1 parent 74de1df commit 0bd034c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
max-parallel: 6
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
include:
# test windows on 3.8 until jpype1 gets updated
- os: windows-latest
python-version: 3.8
# we'll test the python support on ubuntu
- os: ubuntu-latest
python-version: 3.8
Expand Down

0 comments on commit 0bd034c

Please sign in to comment.