We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9df340 commit 9adf34fCopy full SHA for 9adf34f
.github/workflows/github_workflows_build-dot.yml
@@ -57,6 +57,11 @@ jobs:
57
Get-ChildItem -Path dotpython -Force | Move-Item -Destination WPy64-31351b3 -Force
58
# Add more WinPython-specific folders/files here if needed
59
60
+ - name: try upgrade pip
61
+ shell: pwsh
62
+ run: |
63
+ WPy64-31351b3\python\python.exe -m pip install --upgrade pip
64
+
65
- name: List WPy64-31351cloudb3 contents (for debugging)
66
shell: pwsh
67
run: |
0 commit comments