Skip to content

Commit 7fa2536

Browse files
committed
use pipx instead of pip3
pip3 have a warning regarding package breackage, as pip is used to install final applications pipx can be used as an drop-in replacement
1 parent bcb4c78 commit 7fa2536

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)