Added portaudio
This commit is contained in:
parent
5d5623dbac
commit
4f4291ab41
|
@ -19,13 +19,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Python
|
- name: Setup Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install Poetry Package
|
- name: Install Poetry Package
|
||||||
working-directory: 01OS
|
working-directory: 01OS
|
||||||
run: |
|
run: |
|
||||||
|
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