Add ffmpeg for doc_test_job on CircleCI (#24397)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -454,7 +454,7 @@ doc_test_job = CircleCIJob(
|
|||||||
"pr_documentation_tests",
|
"pr_documentation_tests",
|
||||||
additional_env={"TRANSFORMERS_VERBOSITY": "error", "DATASETS_VERBOSITY": "error", "SKIP_CUDA_DOCTEST": "1"},
|
additional_env={"TRANSFORMERS_VERBOSITY": "error", "DATASETS_VERBOSITY": "error", "SKIP_CUDA_DOCTEST": "1"},
|
||||||
install_steps=[
|
install_steps=[
|
||||||
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng time",
|
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng time ffmpeg",
|
||||||
"pip install --upgrade pip",
|
"pip install --upgrade pip",
|
||||||
"pip install -e .[dev]",
|
"pip install -e .[dev]",
|
||||||
"pip install git+https://github.com/huggingface/accelerate",
|
"pip install git+https://github.com/huggingface/accelerate",
|
||||||
|
|||||||
Reference in New Issue
Block a user