Skip to content

Commit

Permalink
build-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peads committed Jul 30, 2024
1 parent 9fd2d2e commit 99e3596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
WD=$(pwd);
echo $WD;
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list;
sudo apt-get update;
sudo apt-get install wget sox socat unzip git make cmake libopenblas-dev libitpp-dev libsndfile1-dev portaudio19-dev coreutils sed -y;
sudo apt build-dep python3-numpy python3-scipy python3-numba -y;
Expand Down

0 comments on commit 99e3596

Please sign in to comment.