File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ set "PATH=%CONDA_HOME%;%CONDA_HOME%\scripts;%CONDA_HOME%\Library\bin;%PATH%"
87
87
88
88
conda create -qyn testenv python=%DESIRED_PYTHON%
89
89
if errorlevel 1 exit /b 1
90
- call conda install -yq conda-build numpy
90
+ call conda install -yq conda-build
91
91
if errorlevel 1 exit /b 1
92
92
call %CONDA_HOME% \condabin\activate.bat testenv
93
93
if errorlevel 1 exit /b 1
@@ -98,7 +98,8 @@ if ERRORLEVEL 1 exit /b 1
98
98
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
99
99
if errorlevel 1 exit /b 1
100
100
call conda install -yq -c " file:///%PYTORCH_FINAL_PACKAGE_DIR% " pytorch== %PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
101
-
101
+ if ERRORLEVEL 1 exit /b 1
102
+ call conda install -yq numpy
102
103
if ERRORLEVEL 1 exit /b 1
103
104
104
105
set /a CUDA_VER = %CUDA_VERSION%
You can’t perform that action at this time.
0 commit comments