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 0816ae7 commit e6c5142Copy full SHA for e6c5142
windows/internal/smoke_test.bat
@@ -54,7 +54,7 @@ if errorlevel 1 exit /b 1
54
55
set "PATH=%CD%\Python%PYTHON_VERSION%\Scripts;%CD%\Python;%PATH%"
56
57
-pip install -q numpy protobuf
+pip install -q numpy protobuf
58
if errorlevel 1 exit /b 1
59
60
for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *.whl') do pip install "%%i"
@@ -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
90
-call conda install -yq conda-build
+call conda install -yq conda-build numpy
91
92
call %CONDA_HOME%\condabin\activate.bat testenv
93
0 commit comments