Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Jesus committed Aug 24, 2024
1 parent 6e71a54 commit f601121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ REM install dependencies
REM ----------------------------------------
python -m venv %PY_VENV%
dir %PY_VENV%\Scripts
%PY_VENV%\Scripts\activate.bat
%PY_VENV%\Scripts\Activate.bat
pip3 install wheel setuptools numpy
pip3 install -r %WORKSPACE%/pagoda/requirements.txt

Expand Down

0 comments on commit f601121

Please sign in to comment.