We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e18fc commit e6f7c67Copy full SHA for e6f7c67
1 file changed
.github/workflows/tests.yml
@@ -280,15 +280,11 @@ jobs:
280
- name: Install Homebrew Python
281
run: |
282
brew install --overwrite python@${{ matrix.python }}
283
- echo /usr/local/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
+ echo /opt/homebrew/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
284
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