From 9e7559cf0bbcc503e0449be3b0536b5fbbf528bb Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Wed, 31 Jul 2024 11:13:20 +0000 Subject: [PATCH] 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 6b4ddc1f18d7..248846a8747e 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