Skip to content

Commit d107faa

Browse files
authored
Update issue1050.yml
1 parent 2d17b25 commit d107faa

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/issue1050.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
13-
- name: Install Python 3.13
14-
run: |
15-
# Download Python installer
16-
Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.13.0/python-3.13.0.exe -OutFile python-3.13.0.exe
17-
18-
# Run the installer (install for all users, add to PATH, and install pip)
19-
Start-Process -Wait -FilePath .\python-3.13.0.exe -ArgumentList '/quiet', 'InstallAllUsers=1', 'PrependPath=1', 'Include_pip=1'
20-
21-
# Clean up the installer
22-
Remove-Item -Force .\python-3.13.0.exe
2313

2414
- name: Set up Python
25-
uses: gowridurgad/setup-python@v5
15+
uses: gowridurgad/setup-python@pip-fix
2616
with:
2717
python-version: '3.13'
2818
cache: 'pip'

0 commit comments

Comments
 (0)