Added Windows CI. (#569)

Signed-off-by: dblock <[email protected]>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-11-09 17:41:37 -08:00
committed by GitHub
parent 56606ed541
commit 58b83d8c06
7 changed files with 45 additions and 21 deletions
+1
View File
@@ -14,6 +14,7 @@ jobs:
- { os: 'ubuntu-latest', python-version: "3.10" }
- { os: 'ubuntu-latest', python-version: "3.11" }
- { os: 'macos-latest', python-version: "3.11" }
- { os: 'windows-latest', python-version: "3.11" }
name: test (os=${{ matrix.entry.os }}, python=${{ matrix.entry.python-version }})
continue-on-error: ${{ matrix.entry.experimental || false }}