Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 19, 2024
1 parent 61af5ad commit 92d4324
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ runs:
# This choco install will overwrite the existing Python installation
- name: Setup Debug Python
run: |
where python3
where python
choco install python312 --installargs='Include_debug=1' -y --no-progress --params "/InstallDir:C:\Python312"
echo "PythonHome=C:\Python312" >> $env:GITHUB_ENV
choco install python312 --override --installargs='/quiet Include_debug=1 InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python3' -y --no-progress
echo "PythonHome=C:\Python3" >> $env:GITHUB_ENV
shell: powershell
if: runner.os == 'Windows'

Expand Down

0 comments on commit 92d4324

Please sign in to comment.