Skip to content

Commit

Permalink
Install all dev dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 4, 2024
1 parent f41fb73 commit 38e3517
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
run: |
uv tool install pytest
- name: Install pytest plugins xdist and randomly
- name: Install development dependencies
run: |
uv pip install pytest-xdist[psutil] pytest-randomly
env:
UV_SYSTEM_PYTHON: 1
uv sync --only-dev
- name: Test with pytest
run: |
Expand Down

0 comments on commit 38e3517

Please sign in to comment.