mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Add python packages for UHD
This commit is contained in:
parent
7bab142af1
commit
f124186366
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
run: brew update
|
||||
- name: Install brew packages
|
||||
run: brew install nasm subversion
|
||||
- name: Install python packages for UHD
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install numpy mako requests Cheetah3 setuptools
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user