Skip to content

Commit

Permalink
more python debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 16, 2024
1 parent a095883 commit ed4bfb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
- name: Build
shell: powershell
run: |
choco install python310
choco install python310 > $null
C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe --version
C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe -m venv venv
cd .\venv\Scripts
./Activate.ps1
python --version
# python --version
# Remove-Item -Force -Recurse -ErrorAction SilentlyContinue venv
Expand Down

0 comments on commit ed4bfb1

Please sign in to comment.