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 60acf9b commit f31a7c8Copy full SHA for f31a7c8
1 file changed
.github/workflows/tests.yml
@@ -285,10 +285,6 @@ jobs:
285
- name: Install Ninja
286
run: brew install ninja
287
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
-
292
- name: Install Meson
293
run: python -m pip install "meson ${{ matrix.meson }}"
294
if: ${{ matrix.meson }}
0 commit comments