Skip to content

Commit b32d74f

Browse files
committed
now I remember why I wasn't testing on windows
1 parent 2e1b317 commit b32d74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.platform }}
2323
strategy:
2424
matrix:
25-
platform: [ubuntu-latest, macos-latest, windows-latest]
25+
platform: [ubuntu-latest, macos-latest] # , windows-latest]
2626
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2727

2828
steps:

0 commit comments

Comments
 (0)