Skip to content

Commit af277bb

Browse files
committed
Switch to uv install supported Windows
1 parent 0bdc100 commit af277bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
UV_CACHE_DIR: ~\AppData\Local\uv\Cache
4444
run: |
45-
curl -LsSf https://astral.sh/uv/install.sh | sh
45+
irm https://astral.sh/uv/install.ps1 | iex
4646
uv venv "~\AppData\Local\.venv"
4747
source "~\AppData\Local\.venv"
4848
uv pip install --upgrade --editable ".[dev]"

0 commit comments

Comments
 (0)