We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6f49a commit 75329ecCopy full SHA for 75329ec
Makefile
@@ -50,12 +50,12 @@ endif
50
virtualenv:
51
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
52
@${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
53
- @$(MAKE) upgrade-tools
+# @$(MAKE) upgrade-tools
54
55
-upgrade-tools:
56
- @echo "-> Upgrade pip / setuptools / wheel (Python 3.12 safe)"
57
- @${VENV}/bin/python -m pip install --upgrade --force-reinstall \
58
- "pip>=24" "setuptools>=69" "wheel>=0.42" packaging
+# upgrade-tools:
+# @echo "-> Upgrade pip / setuptools / wheel (Python 3.12 safe)"
+# @${VENV}/bin/python -m pip install --upgrade --force-reinstall \
+# "pip>=24" "setuptools>=69" "wheel>=0.42" packaging
59
60
conf: virtualenv
61
@echo "-> Install dependencies"
0 commit comments