1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00
This commit is contained in:
Jon Beniston 2024-10-31 16:28:29 +00:00
parent 3df03768d2
commit e35133b741

View File

@ -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: