Skip to content

Commit e5c14f0

Browse files
committed
Revert "CI,TST: Run sdist tests on all platforms."
This reverts commit a3f05cd. Can't use mkdir and cd in CI with windows."
1 parent c70c169 commit e5c14f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
runs-on: ${{ matrix.os }}-latest
188188
strategy:
189189
matrix:
190-
os: [ubuntu, macos, windows]
190+
os: [ubuntu]
191191
python-version: ["3.14"]
192192
steps:
193193
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)