We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a34de0 commit 28b62daCopy full SHA for 28b62da
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,6 @@ jobs:
43
run: |
44
uv run isort --check-only $(git rev-parse --show-toplevel)/ --profile black
45
- name: Running pytest
46
- working-directory: techsupport_bot
47
48
PYTHONPATH=techsupport_bot uv run pytest tests/ -p no:warnings
49
0 commit comments