Skip to content

Commit

Permalink
Add PortAudio dep in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovcmedeiros committed Nov 14, 2023
1 parent a33a15a commit 591b051
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

#----------------------------------------------
# Install PortAudio
#----------------------------------------------
- name: Install PortAudio
run: |
apt-get update
apt-get --assume-yes install portaudio19-dev python-all-dev
#----------------------------------------------
# --- configure poetry & install project ----
#----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license = "MIT"
name = "pyrobbot"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 591b051

Please sign in to comment.