Skip to content

Commit 949162a

Browse files
committed
Fix workflow...
1 parent ab82066 commit 949162a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build-and-run-dev-tests-with-windows-python-dbg.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,9 @@ jobs:
2121
# When doing so, pyenv could not be called automatically even after setting the PATH.
2222
- run: |
2323
$installer = "python-3.10.19-amd64.exe"
24+
Invoke-WebRequest https://www.python.org/ftp/python/3.13.12/$installer -OutFile $installer
2425
$install_dir = "C:\Python\Python310_Debug"
25-
2626
Start-Process -FilePath $installer -ArgumentList "/quiet", "InstallAllUsers=0", "TargetDir=$install_dir", "PrependPath=1", "DownloadDebugBinaries=1" -Wait
27-
# choco install --yes pyenv-win
28-
# echo 'export PATH="$HOME/.pyenv/pyenv-win/shims:$PATH"' >> "$GITHUB_PATH"
29-
# echo 'export PATH="$HOME/.pyenv/pyenv-win/bin:$PATH"' >> "$GITHUB_PATH"
30-
31-
# - run: |
32-
# pyenv --version
33-
# pyenv install --debug 3.10
3427
3528
- uses: ./.github/actions/run-ee-server
3629
with:

0 commit comments

Comments
 (0)