Skip to content

Commit cc9cbc0

Browse files
author
Diego Jesus
committed
fixup
1 parent 8a69676 commit cc9cbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "########################################"
2525
REM ----------------------------------------
2626
REM install dependencies
2727
REM ----------------------------------------
28-
python3 -m venv %PY_VENV%
28+
python -m venv %PY_VENV%
2929
%PY_VENV%\scripts\activate
3030
pip3 install wheel setuptools numpy
3131
pip3 install -r %WORKSPACE%/pagoda/requirements.txt

0 commit comments

Comments
 (0)