We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e5730 commit 5786401Copy full SHA for 5786401
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,9 @@ jobs:
11
12
strategy:
13
matrix:
14
- platform: [ubuntu-latest, windows-latest, macos-latest]
+ # We don't test on Windows currently as it appears mocket may not
15
+ # work there.
16
+ platform: [ubuntu-latest, macos-latest]
17
python-version: [3.6, 3.7, 3.8, 3.9]
18
19
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
0 commit comments