Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bejager committed May 2, 2024
1 parent 494ff27 commit 5d57420
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/python-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
run: |
python -m pip install -U pip setuptools
pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvorca-0.1.4-py3-none-any.whl
sudo apt-get install libportaudio2
- name: Install dependencies
run: pip install -r requirements.txt
run: |
sudo apt install libportaudio2
pip install -r requirements.txt
- name: Test streaming
run: >
Expand Down Expand Up @@ -78,10 +79,11 @@ jobs:
- name: Build dependencies
run: |
pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install --force-reinstall dist/pvorca-0.1.4-py3-none-any.whl
sudo apt-get install libportaudio2
- name: Install dependencies
run: pip3 install -r requirements.txt
run: |
sudo apt install libportaudio2
pip3 install -r requirements.txt
- name: Test streaming
run: >
Expand Down

0 comments on commit 5d57420

Please sign in to comment.