Skip to content

Commit

Permalink
dont sync uv venv on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 4, 2024
1 parent 9e47d29 commit 17bffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:

- name: Test with pytest
run: |
uv run pytest -s --full-trace --numprocesses auto tests/
uv run --no-sync pytest -s --full-trace --numprocesses auto tests/

0 comments on commit 17bffeb

Please sign in to comment.