Skip to content

Commit b1f43d7

Browse files
authored
Fix Nightly Deps (#9036)
update
1 parent 0e46067 commit b1f43d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 2
3333
- name: Install dependencies
3434
run: |
35-
pip install -e [test]
35+
pip install -e .[test]
3636
pip install huggingface_hub
3737
- name: Fetch Pipeline Matrix
3838
id: fetch_pipeline_matrix

0 commit comments

Comments
 (0)