Skip to content

Commit c80939e

Browse files
committed
fix
1 parent fcaeb2a commit c80939e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
gcc \
6161
libsndfile1 \
6262
ffmpeg
63-
63+
64+
uv venv
6465
uv pip install nbconvert ipython
6566
6667
- name: Install tutorial dependencies
@@ -89,3 +90,4 @@ jobs:
8990
uses: deepset-ai/notify-slack-action@v1
9091
with:
9192
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
93+
mention-here: false

0 commit comments

Comments
 (0)