We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820fecc commit 9769284Copy full SHA for 9769284
1 file changed
.github/workflows/tests.yaml
@@ -7,9 +7,9 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
11
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.x]
12
- name: Python ${{ matrix.python-version }} test
+ name: ${{ matrix.os }} Python ${{ matrix.python-version }} test
13
steps:
14
- uses: actions/checkout@v2
15
- name: Setup python
0 commit comments