Skip to content

Commit

Permalink
Update search directory for Windows wheels (#440)
Browse files Browse the repository at this point in the history
* Update search directory for Windows wheels

* use backslash instead of forward slash
  • Loading branch information
peterjc123 authored Apr 15, 2020
1 parent 803ccb9 commit 30850f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/internal/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set PKG_NAME=torch

pip install future pytest coverage hypothesis protobuf

for /F "delims=" %%i in ('where /R %SRC_DIR%\output %PKG_NAME%*%PYTHON_VERSION%*.whl') do pip install "%%i"
for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" %PKG_NAME%*%PYTHON_VERSION%*.whl') do pip install "%%i"

if ERRORLEVEL 1 exit /b 1

Expand Down

0 comments on commit 30850f4

Please sign in to comment.