Skip to content

Commit

Permalink
use pipx instead of pip3
Browse files Browse the repository at this point in the history
pip3 have a warning regarding package breackage, as pip is used to install final applications pipx can be used as an drop-in replacement
  • Loading branch information
UnixY2K committed Aug 14, 2024
1 parent bcb4c78 commit 7fa2536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
run: echo "${{matrix.config.extra_path}}" >> $GITHUB_PATH
- name: install prerequisites
run: |
# asuming that python and pip are already installed
pip3 install meson ninja
# asuming that python and pipx are already installed
pipx install meson ninja
- name: setup meson project
env: # set proper compilers and linkers for meson
CC: ${{matrix.config.cc}}
Expand Down

0 comments on commit 7fa2536

Please sign in to comment.