We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb2e51 commit a99fc1fCopy full SHA for a99fc1f
.github/workflows/manifest_external_packages.yml
@@ -81,7 +81,7 @@ jobs:
81
cache: 'pip'
82
83
- name: Update pip
84
- run: python -m pip install pip==24.0
+ run: python -m pip install --upgrade pip
85
86
- name: Install package
87
run: ${{ matrix.cmd_install }}
0 commit comments