Unverified Commit 7332dfab authored by Caroline Chen's avatar Caroline Chen Committed by GitHub
Browse files

Fix CircleCI unittest environment (#1622)

parent 284bd101
......@@ -56,7 +56,7 @@ fi
(
set -x
conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} 'librosa>=0.8.0' parameterized 'requests>=2.20'
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy transformers expecttest
)
# Install fairseq
git clone https://github.com/pytorch/fairseq
......
......@@ -13,3 +13,4 @@ dependencies:
- future
- parameterized
- dataclasses
- expecttest
......@@ -44,7 +44,7 @@ fi
(
set -x
conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} 'librosa>=0.8.0' parameterized 'requests>=2.20'
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy transformers expecttest
)
# Install fairseq
git clone https://github.com/pytorch/fairseq
......
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