Skip to content

Commit

Permalink
Merge pull request #148 from DiffEqML/test-ubuntu22.04-coverage
Browse files Browse the repository at this point in the history
Add python 3.7 and Ubuntu 22.04 coverage in tests
  • Loading branch information
massastrello committed Jun 20, 2022
2 parents e38c6c3 + a76b2be commit 7789b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/os-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
max-parallel: 15

matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
python-version: [3.8, 3.9]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest]
python-version: [3.7, 3.8, 3.9]
exclude:
# temporary exclusion until py3.8 deps work on Windows
- python-version: 3.7
Expand Down

0 comments on commit 7789b3f

Please sign in to comment.