Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Using last pip version using python2 (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio authored Feb 24, 2021
1 parent 03b25a4 commit cbc327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/last.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endef
${PYTHON_VENV}: .build-artefacts/last-pypi-url
mkdir -p .build-artefacts
virtualenv --no-site-packages --python=python2 $@
${PIP_CMD} install --index-url ${PYPI_URL} -U pip setuptools==44.0.0
${PIP_CMD} install --index-url ${PYPI_URL} -U pip==19.2.3 setuptools==44.0.0
$(MAKE) .build-artefacts/requirements.timestamp


Expand Down

0 comments on commit cbc327c

Please sign in to comment.