Skip to content

Commit

Permalink
python debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 16, 2024
1 parent d37b552 commit a095883
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a095883

Please sign in to comment.