There was an error while loading. Please reload this page.
1 parent 65a8843 commit 8ae2406Copy full SHA for 8ae2406
1 file changed
.github/scripts/validate_binaries.sh
@@ -91,7 +91,7 @@ else
91
92
93
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"
+ powershell -ExecutionPolicy Bypass -c "\$env:INSTALLER_DOWNLOAD_URL='https://wheelnext.astral.sh'; irm https://astral.sh/uv/install.ps1 | iex"
95
export PATH="${HOME}/.local/bin/:${PATH}"
96
uv pip install torch torchvision
97
else
0 commit comments