Skip to content

Commit 5194adf

Browse files
committed
tentative fix for 17
1 parent ff69137 commit 5194adf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/nightly.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,9 @@ jobs:
6767
pip install nbconvert ipython
6868
pip install "pyworld<=0.2.12" espnet espnet-model-zoo pydub
6969
pip install farm-haystack[pdf]
70-
71-
- name: Install Haystack Extras text2speech dependencies
72-
run: |
70+
pip install scipy --upgrade
7371
pip install farm-haystack-text2speech
74-
75-
- name: Install Hugging Face datasets
76-
run: |
7772
pip install "datasets>=2.6.1"
78-
79-
- name: Install ipywidgets for tutorial 24
80-
run: |
8173
pip install ipywidgets
8274
8375
- name: Convert notebook to Python

0 commit comments

Comments
 (0)