From b1f43d71897ad2c73cb891d2e92d23bc7d46a4be Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 2 Aug 2024 15:18:54 +0530 Subject: [PATCH] Fix Nightly Deps (#9036) 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 248846a874..3314c2c1cf 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 [test] + pip install -e .[test] pip install huggingface_hub - name: Fetch Pipeline Matrix id: fetch_pipeline_matrix