Skip to content

Commit 00b2d8e

Browse files
author
abel
committed
(fix) Fix issue in pre-commit workflow
1 parent 144fe3b commit 00b2d8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
run: python -m poetry install
3232

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

0 commit comments

Comments
 (0)