Skip to content

Commit b737b3a

Browse files
authored
Macos ci fix (#476)
fixes a CI issue in OSX due to [PEP-668](https://peps.python.org/pep-0668/) pip3 was used to install meson and ninja build, pipx is a drop in replacement for this use case.
2 parents bcb4c78 + 7fa2536 commit b737b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
run: echo "${{matrix.config.extra_path}}" >> $GITHUB_PATH
6060
- name: install prerequisites
6161
run: |
62-
# asuming that python and pip are already installed
63-
pip3 install meson ninja
62+
# asuming that python and pipx are already installed
63+
pipx install meson ninja
6464
- name: setup meson project
6565
env: # set proper compilers and linkers for meson
6666
CC: ${{matrix.config.cc}}

0 commit comments

Comments
 (0)