Skip to content

Commit

Permalink
Update deps for pipe test fetcher (#7838)
Browse files Browse the repository at this point in the history
update

Co-authored-by: Sayak Paul <[email protected]>
  • Loading branch information
DN6 and sayakpaul authored May 2, 2024
1 parent ce97d7e commit 0d7c479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0d7c479

Please sign in to comment.