File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ if errorlevel 1 exit /b 1
92
92
call %CONDA_HOME% \condabin\activate.bat testenv
93
93
if errorlevel 1 exit /b 1
94
94
set " NO_ARCH_PATH = %PYTORCH_FINAL_PACKAGE_DIR:/ =\ % \noarch"
95
-
95
+ @ echo on
96
96
mkdir %NO_ARCH_PATH%
97
97
for /F " delims=" %%i in ('where /R " %PYTORCH_FINAL_PACKAGE_DIR:/ =\ % " *.tar.bz2') do xcopy " %%i " %NO_ARCH_PATH% /Y
98
98
if ERRORLEVEL 1 exit /b 1
99
99
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
100
100
if errorlevel 1 exit /b 1
101
- call conda install -y -c -q " file:///%PYTORCH_FINAL_PACKAGE_DIR% " pytorch== %PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
101
+ call conda install -yq -c " file:///%PYTORCH_FINAL_PACKAGE_DIR% " pytorch== %PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
102
102
103
103
if ERRORLEVEL 1 exit /b 1
104
104
You can’t perform that action at this time.
0 commit comments