Skip to content

Commit 8ae2406

Browse files
authored
Update validate_binaries.sh
1 parent 65a8843 commit 8ae2406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validate_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ else
9191

9292

9393
if [[ ${TARGET_OS} == 'windows' ]]; then
94-
powershell -ExecutionPolicy Bypass -c "$env:INSTALLER_DOWNLOAD_URL='https://wheelnext.astral.sh'; irm https://astral.sh/uv/install.ps1 | iex"
94+
powershell -ExecutionPolicy Bypass -c "\$env:INSTALLER_DOWNLOAD_URL='https://wheelnext.astral.sh'; irm https://astral.sh/uv/install.ps1 | iex"
9595
export PATH="${HOME}/.local/bin/:${PATH}"
9696
uv pip install torch torchvision
9797
else

0 commit comments

Comments
 (0)