Skip to content

Commit

Permalink
add matrix back
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukBlom committed Jan 21, 2025
1 parent cef238b commit ba36f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.10"] #, "3.11"]
os: [ubuntu-latest] #, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]

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

0 comments on commit ba36f8f

Please sign in to comment.