kopia lustrzana https://github.com/projecthorus/horus-gui
rodzic
e8e0e210ad
commit
b364e842f0
|
@ -32,11 +32,11 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.11'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
|
||||
- name: Install pyAudio wheel
|
||||
run: pip install https://download.lfd.uci.edu/pythonlibs/archived/cp37/PyAudio-0.2.11-cp37-cp37m-win_amd64.whl
|
||||
run: pip install pyAudio
|
||||
|
||||
- name: Install other dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
|
Ładowanie…
Reference in New Issue