Skip to content

Commit 39f6334

Browse files
Only build once (#648)
1 parent 3b0ae79 commit 39f6334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
os: [ubuntu-20.04, windows-latest]
43-
pyver: ["3.9", "3.10", "3.11", "3.12"]
42+
os: [ubuntu-20.04]
43+
pyver: ["3.9"]
4444
defaults:
4545
run:
4646
shell: pwsh

0 commit comments

Comments
 (0)