Skip to content

Commit

Permalink
Let's ignore windows testing for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Sep 30, 2024
1 parent ca44e8c commit 8bb2853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
run-tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
max-parallel: 5
fail-fast: false
fail-fast: true
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 8bb2853

Please sign in to comment.