Skip to content

Commit 6e71a54

Browse files
author
Diego Jesus
committed
fixup
1 parent 4eea133 commit 6e71a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ REM ----------------------------------------
2626
REM install dependencies
2727
REM ----------------------------------------
2828
python -m venv %PY_VENV%
29-
dir %PY_VENV%
30-
%PY_VENV%\scripts\activate
29+
dir %PY_VENV%\Scripts
30+
%PY_VENV%\Scripts\activate.bat
3131
pip3 install wheel setuptools numpy
3232
pip3 install -r %WORKSPACE%/pagoda/requirements.txt
3333

0 commit comments

Comments
 (0)