Skip to content

Commit

Permalink
Try workflow for mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed May 3, 2024
1 parent 9862efc commit 819b63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
# Run tests on pull requests
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 819b63c

Please sign in to comment.