Skip to content

Commit

Permalink
fix python demos
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Sep 11, 2024
1 parent e6979a3 commit 8810d53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ jobs:
pip3 install -r requirements.txt
- name: Run demo
run: python3 pv_recorder_demo.py --show_audio_devices
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 pv_recorder_demo.py --show_audio_devices

0 comments on commit 8810d53

Please sign in to comment.