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

Updates deps for pipeline test fetcher (#9033)

update
This commit is contained in:
Dhruv Nair
2024-08-01 13:22:13 +05:30
committed by GitHub
parent 05b706c003
commit c646fbc124

View File

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