You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
working-directory: ./src # For code coverage to work
84
86
run: |
87
+
source ../.venv/bin/activate
85
88
PYTEST="python -m pytest --cov=./huggingface_hub --cov-report=xml:../coverage.xml --vcr-record=none --reruns 5 --reruns-delay 1 --only-rerun '(OSError|Timeout|HTTPError.*502|HTTPError.*504||not less than or equal to 0.01)'"
86
89
87
90
case "${{ matrix.test_name }}" in
@@ -148,20 +151,23 @@ jobs:
148
151
with:
149
152
python-version: ${{ matrix.python-version }}
150
153
151
-
# Install dependencies
152
-
- name: Configure and install dependencies
154
+
# Setup venv
155
+
# TODO: revisit when https://github.com/astral-sh/uv/issues/1526 is addressed.
0 commit comments