Skip to content

Commit

Permalink
rm pulseaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 7, 2024
1 parent 0427991 commit eb7ccb7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ jobs:
${{matrix.install_dep}}
pip install -r requirements.txt
# GitHub Actions runners do not have sound cards, so a virtual one must be created in order for unit tests to run.
- name: Install PulseAudio on Ubuntu
if: matrix.machine == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y pulseaudio
pulseaudio --check || pulseaudio --start
pactl load-module module-null-sink
- name: Test streaming
run: >
python3 orca_demo_streaming.py
Expand Down

0 comments on commit eb7ccb7

Please sign in to comment.