Update test.yml

This commit is contained in:
Ajeet Yadav 2024-03-11 00:18:57 +05:30 committed by GitHub
parent 4f4291ab41
commit a83f195d4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Poetry Package
working-directory: 01OS
run: |
apt-get install portaudio19-dev python-all-dev
sudo apt-get install portaudio19-dev python-all-dev
pip install --upgrade pip
pip install poetry==1.3.2
poetry config virtualenvs.create false