updated build action

This commit is contained in:
dj2ls 2022-03-30 21:40:29 +02:00
parent d2f6c7a062
commit 860865004a
5 changed files with 1 additions and 6 deletions

View file

@ -40,15 +40,10 @@ jobs:
pip install numpy
pip install structlog
pip install colorama
# pip install sounddevice
pip install sounddevice
# curl.exe --output PyAudio-0.2.11-cp39-cp39-win_amd64.whl --url https://download.lfd.uci.edu/pythonlibs/y2rycu7g/PyAudio-0.2.11-cp39-cp39-win_amd64.whl
# pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl
- name: Install Sounddevice
if: matrix.os == 'windows-latest'
working-directory: tnc/lib/sounddevice/windows
run: |
pip install sounddevice-0.4.4-cp39-cp39-win_amd64.whl
- name: Install Pyaudio
if: matrix.os == 'windows-latest'