From f60112112500b5ad022ba23592e9f25dd3074659 Mon Sep 17 00:00:00 2001 From: Diego Jesus Date: Sat, 24 Aug 2024 16:04:27 +0100 Subject: [PATCH] fixup --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index c42e66aa..509d196f 100644 --- a/build.bat +++ b/build.bat @@ -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