diff --git a/Makefile b/Makefile index c199eb3a5e..68c68123e7 100644 --- a/Makefile +++ b/Makefile @@ -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