Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Oct 9, 2024
1 parent 3b31011 commit 865d469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
allow-prereleases: true
- uses: ts-graphviz/setup-graphviz@v1
if: ${{ matrix.os != 'macos-13' }}
- run: uv pip install --system .[test] pytest pytest-xdist ${{ matrix.installs }}
- run: uv pip install --system .[test] ${{ matrix.installs }}
env:
DEBUG: 1
- run: python -m pytest -n 3
- run: python -m pytest

0 comments on commit 865d469

Please sign in to comment.