Skip to content

Commit 2eefc81

Browse files
authored
Add missing arguments in run-tests.yml
1 parent 64056de commit 2eefc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pip install -e .
3737
- name: Run stream
3838
run: |
39-
diart.stream audio/ES2002a.wav --output trash
39+
diart.stream audio/ES2002a.wav --output trash --hf-token ${{ secrets.HUGGINGFACE }}
4040
- name: Run benchmark
4141
run: |
42-
diart.benchmark audio --reference rttms --batch-size 4 --num-workers 2
42+
diart.benchmark audio --reference rttms --batch-size 4 --num-workers 2 --hf-token ${{ secrets.HUGGINGFACE }}

0 commit comments

Comments
 (0)