We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77db59b commit f2031deCopy full SHA for f2031de
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