Skip to content

Commit 48a7f97

Browse files
committed
Missed dependences added
Signed-off-by: Sasha Meister <[email protected]>
1 parent 6557cdb commit 48a7f97

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test_granary.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
pip install -r requirements/tests.txt
2828
sudo apt-get update
2929
sudo apt-get install -y libsndfile1 ffmpeg sox libsox-fmt-mp3
30-
pip install pytorch_lightning
31-
pip install Cython wheel # need to pre-install to avoid error in nemo installation
3230
pip install nemo-toolkit[common]==2.2.1
33-
pip install pymarian
31+
pip install fasttext
3432
python -m pip cache purge
3533
3634
- name: Run Granary E2E test

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
pip install Cython wheel # need to pre-install to avoid error in nemo installation
7575
pip install nemo-toolkit[asr,nlp]==2.2.1
7676
pip install nemo_text_processing
77-
pip install pymarian
7877
pip install -r requirements/huggingface.txt
7978
pip install certifi #this needed to avoid problems with certificates [COORAL]
8079
export SSL_CERT_FILE=$(python -m certifi)

0 commit comments

Comments
 (0)