Skip to content

Commit

Permalink
CI: run CI on Windows and macOS as well
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed Jul 27, 2023
1 parent ee629ba commit 42f0354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]

env:
Expand Down

0 comments on commit 42f0354

Please sign in to comment.