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 3ab9a8d commit 5a527e0Copy full SHA for 5a527e0
.github/workflows/run_tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latest]
+ os: [ubuntu-latest, windows-latest]
22
python-version: ["3.11"]
23
steps:
24
- name: Checkout
0 commit comments