mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05: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
|
||||
run: brew update
|
||||
- name: Install brew packages
|
||||
run: brew install nasm subversion
|
||||
run: brew install nasm subversion pipx
|
||||
- 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
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user