diff --git a/.github/actions/setup-dependencies/action.yml b/.github/actions/setup-dependencies/action.yml index db0bdb507f0..e81470fa582 100644 --- a/.github/actions/setup-dependencies/action.yml +++ b/.github/actions/setup-dependencies/action.yml @@ -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: |