Skip to content

Commit

Permalink
test exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Apr 24, 2024
1 parent 452b44b commit 8f21521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8f21521

Please sign in to comment.