Skip to content

Commit ecb8532

Browse files
committed
Install dependencies
1 parent 84eb7cb commit ecb8532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install: install-node install-python .git/hooks/pre-commit
2020
lint:
2121
@version=$$(pyenv versions --bare | grep '^3\.10' | sort -rV | head -n 1) && \
2222
pyenv local $$version && \
23+
poetry install --no-root && \
2324
npm run lint && \
2425
find . -name '*.py' \
2526
-not -path '*/.venv/*' \

0 commit comments

Comments
 (0)