Skip to content

Commit

Permalink
configure python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Jan 5, 2025
1 parent e371834 commit e6ee4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
working-directory: python/

- name: Run tests
run: pytest test/
run: uv venv exec pytest test/
working-directory: python/

0 comments on commit e6ee4ba

Please sign in to comment.