Skip to content

Commit a9d6a6f

Browse files
committed
Updated testing matrix.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 8688593 commit a9d6a6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
strategy:
6464
matrix:
6565
py_version: ["3.7", "3.8", "3.9", "3.10"]
66-
os: [ubuntu-latest, windows-latest]
67-
runs-on: "${{ matrix.os }}"
66+
runs-on: "ubuntu-latest"
6867
steps:
6968
- uses: actions/checkout@v2
7069
- name: Set up Python

0 commit comments

Comments
 (0)