mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-06 07:07:48 -04:00
Try pipx
This commit is contained in:
parent
3df03768d2
commit
e35133b741
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
- name: Update brew
|
- name: Update brew
|
||||||
run: brew update
|
run: brew update
|
||||||
- name: Install brew packages
|
- name: Install brew packages
|
||||||
run: brew install nasm subversion
|
run: brew install nasm subversion pipx
|
||||||
- name: Install python packages for UHD
|
- name: Install python packages for UHD
|
||||||
run: pip3 install numpy mako requests Cheetah3 setuptools
|
run: pipx install numpy mako requests Cheetah3 setuptools
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user