attempt fixing macos server build

This commit is contained in:
DJ2LS 2024-02-28 19:44:50 +01:00
parent bdaed0e873
commit 05a274edeb

View file

@ -48,6 +48,7 @@ jobs:
brew install portaudio
python -m pip install --upgrade pip
pip3 install pyaudio
export PYTHONPATH=/opt/homebrew/opt/portaudio/lib/:$PYTHONPATH
- name: Install Python dependencies
run: |