We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413bfa8 commit 624950dCopy full SHA for 624950d
.github/workflows/code.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Run Tests
54
run: |
55
- uv run pytest test/ -v
+ uv run pytest tests/ -v
56
57
58
build:
0 commit comments