Skip to content

Commit

Permalink
fix: add sox to install for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Nov 11, 2023
1 parent e402b83 commit 631e77b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
- name: Install libsndfile
- name: Install libsndfile & sox
run: |
sudo apt-get update
sudo apt-get install -y libsndfile1
conda install -y sox -c conda-forge
- name: Install dependencies and package
run: |
CUDA_TAG=cu118 pip install -r requirements.torch.txt --find-links https://download.pytorch.org/whl/torch_stable.html
Expand Down
1 change: 1 addition & 0 deletions make-fresh-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if ! r pip install $PY_COUNTRY_WORLD; then
r conda install -y $PY_COUNTRY_WORLD -c conda-forge
fi

r conda install -y sox -c conda-forge
r pip install -e .
r pip install -r requirements.dev.txt
echo ""
Expand Down

0 comments on commit 631e77b

Please sign in to comment.