Added portaudio

This commit is contained in:
Ajeet yadav 2024-03-11 00:18:02 +05:30
parent 5d5623dbac
commit 4f4291ab41
1 changed files with 3 additions and 2 deletions

View File

@ -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