1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Is pip3 already installed?

This commit is contained in:
Jon Beniston
2024-10-31 16:22:50 +00:00
parent f124186366
commit 3df03768d2
+1 -3
View File
@@ -20,9 +20,7 @@ jobs:
- 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
run: pip3 install numpy mako requests Cheetah3 setuptools
- name: Install Qt
uses: jurplel/install-qt-action@v4
with: