diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 248846a8747e..3314c2c1cfb4 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