"tests/barthez/test_tokenization_barthez.py" did not exist on "fcad801825a75f6ab9f8ecd91b650d8fbf98e8ec"
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:
- name: Install dependencies
run: |
apt -y update && apt install -y git
apt -y update && apt install -y libsndfile1-dev git
pip install --upgrade pip
pip install .[sklearn,testing,onnx,sentencepiece,tf-speech]
......@@ -251,7 +251,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update && apt install -y git
apt -y update && apt install -y libsndfile1-dev git
pip install --upgrade pip
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