debugging for mac builds...

This commit is contained in:
DJ2LS 2024-04-13 16:13:51 +02:00
parent bd28737f93
commit 6a34101678

View file

@ -49,6 +49,8 @@ jobs:
python -m pip install --upgrade pip
pip3 install pyaudio
export PYTHONPATH=/Library/Frameworks/Python.framework/Versions/3.11/lib/:$PYTHONPATH
otool -L /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_sounddevice_data/portaudio-binaries/libportaudio.dylib
otool -L /usr/local/lib/libportaudio.2.dylib
- name: Install Python dependencies
run: |