diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fcc33475..b817d36a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -557,8 +557,9 @@ jobs: keys: - v0.4-torch_examples-{{ checksum "setup.py" }} - v0.4-{{ checksum "setup.py" }} + - run: sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev - run: pip install --upgrade pip - - run: pip install .[sklearn,torch,sentencepiece,testing] + - run: pip install .[sklearn,torch,sentencepiece,testing,torch-speech] - run: pip install -r examples/pytorch/_tests_requirements.txt - save_cache: key: v0.4-torch_examples-{{ checksum "setup.py" }} @@ -591,8 +592,9 @@ jobs: keys: - v0.4-torch_examples-{{ checksum "setup.py" }} - v0.4-{{ checksum "setup.py" }} + - run: sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev - run: pip install --upgrade pip - - run: pip install .[sklearn,torch,sentencepiece,testing] + - run: pip install .[sklearn,torch,sentencepiece,testing,torch-speech] - run: pip install -r examples/pytorch/_tests_requirements.txt - save_cache: key: v0.4-torch_examples-{{ checksum "setup.py" }}