Skip to content

Commit ba5fe02

Browse files
authored
Update validate_binaries.sh
1 parent 6b418ca commit ba5fe02

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/scripts/validate_binaries.sh

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

9292

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

0 commit comments

Comments
 (0)