Skip to content

Commit

Permalink
Add python debug on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 18, 2024
1 parent ac7afa9 commit 8529c85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ runs:
python-version: "3.12"
if: runner.os == 'Windows' && matrix.config != 'debug'

# - name: Setup Debug Python
# uses: actions/setup-python@v5
# with:
# python-version: "3.12"
# architecture: "x64"
# if: runner.os == 'Windows' && matrix.config == 'debug'
- name: Setup Debug Python
run: |
choco install python312 --installargs='Include_debug=1' -y
shell: powershell
if: runner.os == 'Windows' && matrix.config == 'debug'

- name: Configure Windows Python Environment
run: |
Expand Down

0 comments on commit 8529c85

Please sign in to comment.