Added portaudio
This commit is contained in:
parent
5d5623dbac
commit
4f4291ab41
|
@ -19,13 +19,14 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
- name: Setup Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Poetry Package
|
||||
working-directory: 01OS
|
||||
run: |
|
||||
apt-get install portaudio19-dev python-all-dev
|
||||
pip install --upgrade pip
|
||||
pip install poetry==1.3.2
|
||||
poetry config virtualenvs.create false
|
||||
|
|
Loading…
Reference in New Issue