Skip to content

Commit f31a7c8

Browse files
committed
CI: there is not need to update pip on Homebrew anymore
1 parent 60acf9b commit f31a7c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,6 @@ jobs:
285285
- name: Install Ninja
286286
run: brew install ninja
287287

288-
- name: Update pip
289-
# pip >= 23.0 fixes https://github.com/pypa/pip/issues/11539
290-
run: python -m pip install --upgrade "pip >= 23.0"
291-
292288
- name: Install Meson
293289
run: python -m pip install "meson ${{ matrix.meson }}"
294290
if: ${{ matrix.meson }}

0 commit comments

Comments
 (0)