Skip to content

Commit 11ada00

Browse files
committed
Fix command
1 parent 5afb92d commit 11ada00

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
@@ -391,9 +391,9 @@ jobs:
391391
- name: Pre-commit check
392392
working-directory: ${{ env.WORKING_DIR }}
393393
run: |
394-
python -m pre-commit install
394+
pre-commit install
395395
git add .
396-
python -m pre-commit run --all-files
396+
pre-commit run --all-files
397397
- name: make .env
398398
working-directory: ${{ env.WORKING_DIR }}
399399
run: touch .env

0 commit comments

Comments
 (0)