Skip to content

Commit 3383b12

Browse files
committed
fix: adds venv activation to steps
1 parent 9e4f110 commit 3383b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-hook-run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ jobs:
2525
source venv/bin/activate
2626
make dev-install && rm -rf src
2727
- name: Run checks
28+
# New steps require sourcing the venv again
2829
run: |
30+
source venv/bin/activate
2931
make lint

0 commit comments

Comments
 (0)