Skip to content

Commit

Permalink
[CI] fix splits
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Jun 6, 2024
1 parent b3d2711 commit f1d4d10
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 @@ -33,7 +33,7 @@ jobs:
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 --split 10 --group ${{ matrix.group }}
run: pytest --cov --junit-xml=test-results.xml --splits 10 --group ${{ matrix.group }}
- name: Surface failing tests
if: always()
uses: pmeier/pytest-results-action@main
Expand Down

0 comments on commit f1d4d10

Please sign in to comment.