Skip to content

Commit

Permalink
mac test #14
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent 1b304ee commit 12b5324
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ jobs:
sudo make install
- name: Check things after install
run: |
type python
python -c 'import sys; print(sys.path)'
type python3
python -c 'from gnuradio import sdrplay3'
python3 -c 'import sys; print(sys.path)'
python3 -c 'from gnuradio import sdrplay3'

0 comments on commit 12b5324

Please sign in to comment.