Skip to content

Commit ac6666e

Browse files
committed
Try single windows version.
1 parent dda8efe commit ac6666e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: Build Package
88
strategy:
99
matrix:
10-
python: ['3.7', '3.8', '3.9', '3.10']
11-
os: [windows-latest, macos-latest, ubuntu-20.04]
10+
python: ['3.7']
11+
os: [windows-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout Code

0 commit comments

Comments
 (0)