We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eef963 commit c7a19dbCopy full SHA for c7a19db
1 file changed
.github/workflows/test_offline.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
pip install --upgrade pip uv
37
- uv pip install .[tests]
+ uv pip install .[diffusers,tests]
38
39
- name: Test
40
0 commit comments