Unverified Commit f8363e49 authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

Install libsndfile (#13403)

parent 5642a555
...@@ -140,7 +140,7 @@ jobs: ...@@ -140,7 +140,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt -y update && apt install -y git apt -y update && apt install -y libsndfile1-dev git
pip install --upgrade pip pip install --upgrade pip
pip install .[sklearn,testing,onnx,sentencepiece,tf-speech] pip install .[sklearn,testing,onnx,sentencepiece,tf-speech]
...@@ -251,7 +251,7 @@ jobs: ...@@ -251,7 +251,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt -y update && apt install -y git apt -y update && apt install -y libsndfile1-dev git
pip install --upgrade pip pip install --upgrade pip
pip install .[sklearn,testing,onnx,sentencepiece,tf-speech] pip install .[sklearn,testing,onnx,sentencepiece,tf-speech]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment