mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
github windows action added colorama package
This commit is contained in:
parent
3b917ba759
commit
13065842b7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-project.yml
vendored
1
.github/workflows/build-project.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
||||||
pip install pyserial
|
pip install pyserial
|
||||||
pip install numpy
|
pip install numpy
|
||||||
pip install structlog
|
pip install structlog
|
||||||
|
pip install colorama
|
||||||
# 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
|
# 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
|
# pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue