Update deps for pipe test fetcher (#7838)

update

Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
This commit is contained in:
Dhruv Nair
2024-05-02 20:36:47 +05:30
committed by GitHub
parent ce97d7e19b
commit 0d7c479023
+2 -2
View File
@@ -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: |