Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bejager committed May 2, 2024
1 parent 1478902 commit 494ff27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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
Expand Down Expand Up @@ -77,6 +78,7 @@ 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
Expand Down

0 comments on commit 494ff27

Please sign in to comment.