Skip to content

Commit

Permalink
Add transformers to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed May 27, 2021
1 parent 9f7230b commit f8809c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/unittest/linux/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ 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
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
)
2 changes: 1 addition & 1 deletion .circleci/unittest/windows/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ 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
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
)

0 comments on commit f8809c4

Please sign in to comment.