Update test.yml
This commit is contained in:
parent
4f4291ab41
commit
a83f195d4c
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Install Poetry Package
|
- name: Install Poetry Package
|
||||||
working-directory: 01OS
|
working-directory: 01OS
|
||||||
run: |
|
run: |
|
||||||
apt-get install portaudio19-dev python-all-dev
|
sudo apt-get install portaudio19-dev python-all-dev
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install poetry==1.3.2
|
pip install poetry==1.3.2
|
||||||
poetry config virtualenvs.create false
|
poetry config virtualenvs.create false
|
||||||
|
|
Loading…
Reference in New Issue