Skip to content

Commit

Permalink
chore: remove proto generation from make commands
Browse files Browse the repository at this point in the history
Signed-off-by: tokoko <togurgenidze@gmail.com>
  • Loading branch information
tokoko committed Sep 22, 2024
1 parent c4d54f7 commit a375685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,11 @@ build: protos build-java build-docker

install-python-dependencies-uv:
uv pip sync --system sdk/python/requirements/py$(PYTHON_VERSION)-requirements.txt
uv pip install --system setuptools grpcio-tools==1.56.2
uv pip install --system --no-deps .
python setup.py build_python_protos --inplace

install-python-dependencies-uv-venv:
uv pip sync sdk/python/requirements/py$(PYTHON_VERSION)-requirements.txt
uv pip install setuptools grpcio-tools==1.56.2
uv pip install --no-deps .
python setup.py build_python_protos --inplace

install-python-ci-dependencies:
python -m piptools sync sdk/python/requirements/py$(PYTHON_VERSION)-ci-requirements.txt
Expand Down

0 comments on commit a375685

Please sign in to comment.