We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce9f8e commit f0ca0c1Copy full SHA for f0ca0c1
.github/workflows/test.yaml
@@ -21,4 +21,4 @@ jobs:
21
run: uv sync
22
23
- name: Run tests
24
- run: python -m unittest discover tests
+ run: uv run -m unittest discover tests
0 commit comments