Skip to content

Commit 6522395

Browse files
committed
Use uv
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent c38a98d commit 6522395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Lint with flake8
4444
run: |
4545
# stop the build if there are Python syntax errors or undefined names
46-
flake8 --exclude test,contrib --exit-zero
46+
uv run flake8 --exclude test,contrib --exit-zero
4747
- name: Test with pytest
4848
run: |
49-
pytest --cov=depscan test
49+
uv run pytest --cov=depscan test
5050
- name: purl tests
5151
run: |
5252
uv run depscan --purl "pkg:pypi/requests@2.32.1"

0 commit comments

Comments
 (0)