Skip to content

Commit

Permalink
use poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-emelin committed Feb 10, 2024
1 parent 81e30d7 commit c8a1c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.PHONY: proto test lint lint-fix lint-ci

dev:
pip install -e ".[dev]"
pip install poetry
poetry install

proto:
poetry run python -m grpc_tools.protoc -I . --python_betterproto_out=./cent/proto cent/proto/apiproto.proto
Expand Down

0 comments on commit c8a1c5e

Please sign in to comment.