We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38a98d commit 6522395Copy full SHA for 6522395
.github/workflows/pythonapp.yml
@@ -43,10 +43,10 @@ jobs:
43
- name: Lint with flake8
44
run: |
45
# stop the build if there are Python syntax errors or undefined names
46
- flake8 --exclude test,contrib --exit-zero
+ uv run flake8 --exclude test,contrib --exit-zero
47
- name: Test with pytest
48
49
- pytest --cov=depscan test
+ uv run pytest --cov=depscan test
50
- name: purl tests
51
52
uv run depscan --purl "pkg:pypi/requests@2.32.1"
0 commit comments