We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77db59b + f2031de commit a69f924Copy full SHA for a69f924
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
+ os: ['ubuntu-latest', 'macos-latest']
17
python-version: ['3.6', '3.7', '3.8', '3.9']
18
steps:
19
- uses: actions/checkout@v2
0 commit comments