Skip to content

Commit

Permalink
ci: test with uv run instead of activating venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Oct 21, 2024
1 parent 2bfd580 commit 605da4c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci-upstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
run: |
uv pip install --resolution highest --prerelease allow .[test,upstream-dev]
- name: Test with pytest (linux)
if: startsWith(matrix.os, 'ubuntu')
- name: Test with pytest
run: |
source .venv/bin/activate
pytest --xdoc
- name: Test with pytest (windows)
if: startsWith(matrix.os, 'windows')
run: |
.venv\Scripts\activate
pytest --xdoc
uv run pytest --xdoc

0 comments on commit 605da4c

Please sign in to comment.