Skip to content

Commit

Permalink
Merge pull request #2 from gituser12981u2/develop
Browse files Browse the repository at this point in the history
install portaudio19 before pyaudio
  • Loading branch information
gituser12981u2 committed May 17, 2024
2 parents bd989b5 + 7df749e commit d1b8b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
python-version: '3.x'

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y portaudio19-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
Expand Down

0 comments on commit d1b8b0d

Please sign in to comment.