Skip to content

Commit df28ad7

Browse files
removed windows and mac from OS tests
1 parent 67e15ce commit df28ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
python-version: ["3.10", "3.11", "3.12"]
26-
os: [ubuntu-latest, macOS-latest, windows-latest]
26+
os: [ubuntu-latest]
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)