From c646fbc1247e444c18da3db5c7ffb1438ca05394 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Thu, 1 Aug 2024 13:22:13 +0530 Subject: [PATCH] Updates deps for pipeline test fetcher (#9033) update --- .github/workflows/nightly_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 6b4ddc1f18..248846a874 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -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