Skip to content

Commit

Permalink
MNT run tests on windows and macos too
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Sep 27, 2024
1 parent 453249a commit ca44e8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:

jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
max-parallel: 5
fail-fast: false
runs-on: ${{ matrix.os }}

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

0 comments on commit ca44e8c

Please sign in to comment.