Skip to content

Commit

Permalink
Use only required dependencies in multicloud/Dockerfile.dev
Browse files Browse the repository at this point in the history
Signed-off-by: ntkathole <[email protected]>
  • Loading branch information
ntkathole committed Feb 26, 2025
1 parent cf21500 commit d665fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install-python-dependencies-ci:

# Used by multicloud/Dockerfile.dev
install-python-ci-dependencies:
python -m piptools sync sdk/python/requirements/py$(PYTHON_VERSION)-ci-requirements.txt
python -m piptools sync sdk/python/requirements/py$(PYTHON_VERSION)-requirements.txt
pip install --no-deps -e .

# Currently used in test-end-to-end.sh
Expand Down

0 comments on commit d665fdb

Please sign in to comment.