Skip to content

Commit 6eee54e

Browse files
committed
update test release without windows and macos tests
1 parent 284ab4c commit 6eee54e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# Define specific Python versions for each OS
1717
- os: ubuntu-latest
1818
python-version: 3.11
19-
- os: windows-latest
20-
python-version: 3.11
21-
- os: macos-latest
22-
python-version: 3.11
19+
# - os: windows-latest
20+
# python-version: 3.11
21+
# - os: macos-latest
22+
# python-version: 3.11
2323
- os: ubuntu-latest
2424
python-version: 3.12
2525

0 commit comments

Comments
 (0)