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 8a69676 commit cc9cbc0Copy full SHA for cc9cbc0
build.bat
@@ -25,7 +25,7 @@ echo "########################################"
25
REM ----------------------------------------
26
REM install dependencies
27
28
-python3 -m venv %PY_VENV%
+python -m venv %PY_VENV%
29
%PY_VENV%\scripts\activate
30
pip3 install wheel setuptools numpy
31
pip3 install -r %WORKSPACE%/pagoda/requirements.txt
0 commit comments