Skip to content

Commit e0502bd

Browse files
authored
ci: run test-distribution.py with uv run --no-dev (#1063)
Otherwise we run into a build issue with `cryptography` on Windows ARM. This should fix CI on the `main` branch.
1 parent abce679 commit e0502bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ jobs:
186186
run: |
187187
$Dists = Resolve-Path -Path "dist/*.tar.zst" -Relative
188188
.\pythonbuild.exe validate-distribution $Dists
189-
uv run test-distribution.py $Dists
189+
uv run --no-dev test-distribution.py $Dists

0 commit comments

Comments
 (0)