Skip to content

Commit 7e3da25

Browse files
committed
Update uv command
1 parent 05f0c27 commit 7e3da25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing_fastapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ jobs:
353353
- name: Pre-commit check
354354
working-directory: ${{ env.WRKING_DIR }}
355355
run: |
356-
pre-commit install
356+
uv run pre-commit install
357357
git add .
358-
pre-commit run --all-files
358+
uv run pre-commit run --all-files
359359
- name: Test with pytest
360360
working-directory: ${{ env.WORKING_DIR }}
361361
if: matrix.project_type == 'application'

0 commit comments

Comments
 (0)