We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce97d7e commit 0d7c479Copy full SHA for 0d7c479
.github/workflows/push_tests.yml
@@ -37,8 +37,8 @@ jobs:
37
python-version: "3.8"
38
- name: Install dependencies
39
run: |
40
- pip install -e .
41
- pip install huggingface_hub
+ python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
+ python -m uv pip install -e [quality,test]
42
- name: Fetch Pipeline Matrix
43
id: fetch_pipeline_matrix
44
0 commit comments