1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Fix Nightly Deps (#9036)

update
This commit is contained in:
Dhruv Nair
2024-08-02 15:18:54 +05:30
committed by GitHub
parent 0e460675e2
commit b1f43d7189

View File

@@ -32,7 +32,7 @@ jobs:
fetch-depth: 2
- name: Install dependencies
run: |
pip install -e [test]
pip install -e .[test]
pip install huggingface_hub
- name: Fetch Pipeline Matrix
id: fetch_pipeline_matrix