mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Try pipx
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user