Skip to content

Commit

Permalink
Update ci.yml (#998)
Browse files Browse the repository at this point in the history
fix mac os ci
  • Loading branch information
andynoack authored Aug 13, 2022
1 parent 95702ab commit ca6228f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
sudo installer -pkg SDRplay_RSP_API-MacOSX-2.13.2.pkg -target /
pip install pyaudio
pip install pillow
fi
pip install twine setuptools pytest pytest-xvfb pytest-cov pytest-faulthandler six appdirs packaging pyinstaller
python -c "import tempfile, os; open(os.path.join(tempfile.gettempdir(), 'urh_releasing'), 'w').close()"
Expand Down

0 comments on commit ca6228f

Please sign in to comment.