From a09588381b36e7f8647b31e2a8e6b982f2e0622b Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Tue, 16 Apr 2024 19:43:47 +0200 Subject: [PATCH] python debug --- .github/workflows/build.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2041f5c..b5cbdca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,18 +18,20 @@ jobs: run: | choco install python310 - python --version - Remove-Item -Force -Recurse -ErrorAction SilentlyContinue venv - python -m venv venv + C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe --version - cd .\venv\Scripts - ./Activate.ps1 - cd ..\..\ - - pip install -r requirements.txt - pip install -r requirements-stage2.txt - - .\scripts\build.ps1 + # python --version + # Remove-Item -Force -Recurse -ErrorAction SilentlyContinue venv + # python -m venv venv + # + # cd .\venv\Scripts + # ./Activate.ps1 + # cd ..\..\ + # + # pip install -r requirements.txt + # pip install -r requirements-stage2.txt + # + # .\scripts\build.ps1