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 1c8ac9f commit 97001aeCopy full SHA for 97001ae
.github/workflows/pythonpackage.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest]
+ os: [windows-latest, ubuntu-latest, macos-latest]
17
python-version: [3.6, 3.7, 3.8]
18
19
steps:
0 commit comments