changed condition

This commit is contained in:
Ajeet yadav 2024-03-11 00:40:23 +05:30
parent 770028e798
commit d5fd66a84e
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ jobs:
cache: "poetry"
- name: Installing Portaudio in Ubuntu
if: ${{ matrix.os }} == "ubuntu-latest"
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install portaudio19-dev python-all-dev
- name: Installing Portaudio in Mac
if: ${{ matrix.os }} == "mac-latest"
if: matrix.os == 'mac-latest'
run: brew install portaudio
- name: Install Poetry Package