We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e46067 commit b1f43d7Copy full SHA for b1f43d7
.github/workflows/nightly_tests.yml
@@ -32,7 +32,7 @@ jobs:
32
fetch-depth: 2
33
- name: Install dependencies
34
run: |
35
- pip install -e [test]
+ pip install -e .[test]
36
pip install huggingface_hub
37
- name: Fetch Pipeline Matrix
38
id: fetch_pipeline_matrix
0 commit comments