Skip to content

Commit c7a19db

Browse files
authored
Apply suggestion from @rkazants
1 parent 8eef963 commit c7a19db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_offline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
pip install --upgrade pip uv
37-
uv pip install .[tests]
37+
uv pip install .[diffusers,tests]
3838
3939
- name: Test
4040
run: |

0 commit comments

Comments
 (0)