Skip to content

Commit 9adf34f

Browse files
committed
try upgrade pip to see
1 parent c9df340 commit 9adf34f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
Get-ChildItem -Path dotpython -Force | Move-Item -Destination WPy64-31351b3 -Force
5858
# Add more WinPython-specific folders/files here if needed
5959
60+
- name: try upgrade pip
61+
shell: pwsh
62+
run: |
63+
WPy64-31351b3\python\python.exe -m pip install --upgrade pip
64+
6065
- name: List WPy64-31351cloudb3 contents (for debugging)
6166
shell: pwsh
6267
run: |

0 commit comments

Comments
 (0)