From b4ab6b1602978cacf0d0aa99702b630ca6b4f362 Mon Sep 17 00:00:00 2001 From: "thomas.woehlke" <thomas.woehlke@rub.de> Date: Tue, 23 Feb 2021 19:09:26 +0100 Subject: [PATCH] work --- build.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cmd b/build.cmd index f1ff389b..dcf4fc88 100644 --- a/build.cmd +++ b/build.cmd @@ -1,7 +1,7 @@ -.\venv\Scripts\activate +rem .\venv\Scripts\activate pip install -r requirements\dev.in --user --force-reinstall --use-pep517 --no-cache-dir --compile --progress-bar pretty --log logfile1.txt pip install -e . --user --force-reinstall --use-pep517 --no-cache-dir --compile --progress-bar pretty --log logfile2.txt rem pip install -q build --implementation py --python-version 3.8 --user --force-reinstall --use-pep517 --compile --progress-bar pretty -rem repython -m build +rem python -m build rem pip install -e . --compile --progress-bar pretty pip install dist/covid19python-0.0.19.whl --progress-bar pretty --log logfile3.txt -- GitLab