diff --git a/.circleci/create_circleci_config.py b/.circleci/create_circleci_config.py index ef0acdb66534b4..389e9f14b0217b 100644 --- a/.circleci/create_circleci_config.py +++ b/.circleci/create_circleci_config.py @@ -454,7 +454,7 @@ def job_name(self): "pr_documentation_tests", additional_env={"TRANSFORMERS_VERBOSITY": "error", "DATASETS_VERBOSITY": "error", "SKIP_CUDA_DOCTEST": "1"}, 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 -e .[dev]", "pip install git+https://github.com/huggingface/accelerate",