Skip to content

Commit

Permalink
extras_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 11, 2024
1 parent 09183ed commit 7bb0670
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt install libasound2-dev
- name: Install Build Tools
run: |
python -m pip install build wheel
Expand Down

0 comments on commit 7bb0670

Please sign in to comment.