From 0d7c4790235ac00b4524b492bc2a680dcc5cf6b0 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Thu, 2 May 2024 20:36:47 +0530 Subject: [PATCH] Update deps for pipe test fetcher (#7838) update Co-authored-by: Sayak Paul --- .github/workflows/push_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index ae1dd537408f..163069be0912 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -37,8 +37,8 @@ jobs: python-version: "3.8" - name: Install dependencies run: | - pip install -e . - pip install huggingface_hub + python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" + python -m uv pip install -e [quality,test] - name: Fetch Pipeline Matrix id: fetch_pipeline_matrix run: |