Compare commits

...

2 Commits

Author SHA1 Message Date
Sayak Paul
525f6d95f9 Merge branch 'main' into pipe-fetcher-deps 2024-05-02 17:10:00 +05:30
Dhruv Nair
740f1390a0 update 2024-05-02 08:22:41 +00:00

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: |