Skip to content

Commit b24f15f

Browse files
committed
test only with ubuntu-latest
1 parent 447b378 commit b24f15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-latest, windows-latest, macos-latest]
37+
os: [ubuntu-latest] # , windows-latest, macos-latest
3838
py-version: ["3.10", "3.11", "3.12"]
3939

4040
steps:

0 commit comments

Comments
 (0)