Skip to content

Commit

Permalink
change nemo installation
Browse files Browse the repository at this point in the history
Signed-off-by: lilithgrigoryan <[email protected]>
  • Loading branch information
lilithgrigoryan committed Dec 11, 2024
1 parent ba2219e commit 467728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
sudo apt-get install -y libsndfile1 ffmpeg sox libsox-fmt-mp3
pip install nemo_text_processing
pip install Cython wheel # need to pre-install to avoid error in nemo installation
pip install git+https://github.com/NVIDIA/NeMo#egg=NeMo
pip install git+https://github.com/NVIDIA/NeMo#egg=nemo-toolkit[asr,nlp]
python -m pip cache purge
- name: Run all tests
Expand Down

0 comments on commit 467728c

Please sign in to comment.