Skip to content

Commit

Permalink
Replace skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Mar 28, 2024
1 parent e9f3b15 commit 6cbaac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# We check coverage on Ubuntu with Python 3.12, so we skip unit tests for it here
exclude:
- os: ubuntu-latest
python-version: "3.12"
# Include macOS M1 runners
include:
- os: macos-14
Expand Down

0 comments on commit 6cbaac9

Please sign in to comment.