We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c73c3 commit 072ae38Copy full SHA for 072ae38
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
10
python-version: [3.6, 3.7, 3.8]
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments