We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d3d9d commit 6c650eeCopy full SHA for 6c650ee
1 file changed
.github/workflows/tests.yml
@@ -288,10 +288,6 @@ jobs:
288
- name: Install Ninja
289
run: brew install ninja
290
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
-
295
- name: Install Meson
296
run: python -m pip install "meson ${{ matrix.meson }}"
297
if: ${{ matrix.meson }}
0 commit comments