Skip to content

Commit 494869e

Browse files
author
abel
committed
(fix) Fix error un pre-commit workflow
1 parent 00b2d8e commit 494869e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ jobs:
3232

3333
- name: Run pre-commit
3434
run: |
35-
python -m poetry shell
36-
pre-commit run --show-diff-on-failure --color=always --all-files
35+
python -m poetry run pre-commit run --show-diff-on-failure --color=always --all-files
3736
shell: bash

0 commit comments

Comments
 (0)