Skip to content

Commit 6c650ee

Browse files
committed
CI: there is not need to update pip on Homebrew anymore
1 parent 68d3d9d commit 6c650ee

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
@@ -288,10 +288,6 @@ jobs:
288288
- name: Install Ninja
289289
run: brew install ninja
290290

291-
- name: Update pip
292-
# pip >= 23.0 fixes https://github.com/pypa/pip/issues/11539
293-
run: python -m pip install --upgrade "pip >= 23.0"
294-
295291
- name: Install Meson
296292
run: python -m pip install "meson ${{ matrix.meson }}"
297293
if: ${{ matrix.meson }}

0 commit comments

Comments
 (0)