Skip to content

Commit

Permalink
[ci] retry on pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Jun 9, 2024
1 parent 40e578e commit 89ed82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv pip -U
uv pip install -r tests/requirements-tests.txt --system
uv pip install -r tests/requirements-tests.txt --system || uv pip install -r tests/requirements-tests.txt --system
uv pip install vllm --no-build-isolation --system
- name: Run tests
run: pytest --cov --junit-xml=test-results.xml --splits 10 --group ${{ matrix.group }} --reruns 3 --only-rerun PermissionError
Expand Down

0 comments on commit 89ed82d

Please sign in to comment.