We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c5142 commit c162c75Copy full SHA for c162c75
windows/internal/smoke_test.bat
@@ -87,7 +87,7 @@ set "PATH=%CONDA_HOME%;%CONDA_HOME%\scripts;%CONDA_HOME%\Library\bin;%PATH%"
87
88
conda create -qyn testenv python=%DESIRED_PYTHON%
89
if errorlevel 1 exit /b 1
90
-call conda install -yq conda-build numpy
+call conda install -yq conda-build
91
92
call %CONDA_HOME%\condabin\activate.bat testenv
93
@@ -98,7 +98,8 @@ if ERRORLEVEL 1 exit /b 1
98
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
99
100
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
101
-
+if ERRORLEVEL 1 exit /b 1
102
+call conda install -yq numpy
103
if ERRORLEVEL 1 exit /b 1
104
105
set /a CUDA_VER=%CUDA_VERSION%
0 commit comments