Skip to content

Commit 9769284

Browse files
committed
black check
1 parent 820fecc commit 9769284

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
10+
os: [ubuntu-latest, macos-latest]
1111
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.x]
12-
name: Python ${{ matrix.python-version }} test
12+
name: ${{ matrix.os }} Python ${{ matrix.python-version }} test
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup python

0 commit comments

Comments
 (0)