From 17c020ece715a98ea58d1de7daffe5f414f39831 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Tue, 16 Apr 2024 19:58:57 +0200 Subject: [PATCH] m2 --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a77f4d7..fccc097 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,10 +25,17 @@ jobs: cd .\venv\Scripts ./Activate.ps1 cd ..\..\ + + dir venv python -m pip install -r requirements.txt python -m pip install -r requirements-stage2.txt + python -m pip freeze + + dir venv\bin + + .\scripts\build.ps1