From 4a7986e293a5af0b8a2d00f3c5cf069a6bbe9d11 Mon Sep 17 00:00:00 2001 From: Christophe Pradal Date: Wed, 5 Jun 2024 08:16:00 +0200 Subject: [PATCH] Update bld.bat pip install ... --- conda/bld.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/bld.bat b/conda/bld.bat index 9591341..20c4d67 100644 --- a/conda/bld.bat +++ b/conda/bld.bat @@ -36,7 +36,7 @@ move /Y pyratp*.pyd %SRC_DIR%\src\alinea\pyratp\pyratp.pyd if errorlevel 1 echo Unsuccessful echo: -echo:"setup.py install" -python -m pip install --no-deps --ignore-installed -vv . +echo:"pip install" +python -m pip install . if errorlevel 1 echo Unsuccessful echo: