We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6f8b0 commit 274f421Copy full SHA for 274f421
.github/workflows/unit-tests.yaml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: ["3.9", "3.10", "3.11", "3.12"]
15
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
16
continue-on-error: true
17
runs-on: ${{ matrix.os }}
18
steps:
0 commit comments