Skip to content

Commit

Permalink
Use uv to run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorfman committed Oct 20, 2024
1 parent 0b405e5 commit 875b796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run tests
run: |
if [ "${{ runner.os }}" == "Windows" ]; then
python -c "import setup_headless"
uv run python -c "import setup_headless"
fi
pytest tests/ --show-capture=no
uv run pytest tests/ --show-capture=no

0 comments on commit 875b796

Please sign in to comment.