We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed32b36 commit 4b6f8b0Copy full SHA for 4b6f8b0
1 file changed
.github/workflows/unit-tests.yaml
@@ -12,8 +12,9 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: ["3.9", "3.10", "3.11", "3.12"]
15
+ os: [ubuntu-latest, windows-latest]
16
continue-on-error: true
- runs-on: ubuntu-latest
17
+ runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
20
with:
0 commit comments