hotfix: updated build step

This commit is contained in:
dj2ls 2022-11-06 19:01:13 +01:00
parent 576c9f94f8
commit 1314140454
2 changed files with 2 additions and 0 deletions

View file

@ -272,6 +272,7 @@ jobs:
# pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl
pip install nuitka
pip install ordered-set
pip install requests
# - name: Install Pyaudio Windows

View file

@ -6,6 +6,7 @@ pyserial
sounddevice
structlog
ujson
requests
# Development and test dependencies
autopep8