Skip to content

Commit a99fc1f

Browse files
committed
Relax pip-version constraint in GHA (close #773)
1 parent 6cb2e51 commit a99fc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manifest_external_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache: 'pip'
8282

8383
- name: Update pip
84-
run: python -m pip install pip==24.0
84+
run: python -m pip install --upgrade pip
8585

8686
- name: Install package
8787
run: ${{ matrix.cmd_install }}

0 commit comments

Comments
 (0)