We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4338e3d commit af6471bCopy full SHA for af6471b
1 file changed
Makefile
@@ -94,7 +94,7 @@ setup: force-upgrade
94
.PHONY: upgrade force-upgrade
95
upgrade: .venv/upgraded-on
96
.venv/upgraded-on: pyproject.toml
97
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools
98
python -m pip install --upgrade wheel
99
python -m pip install --upgrade --upgrade-strategy eager --editable .[actions,dev,docs,hooks,test]
100
$(MAKE) upgrade-quiet
0 commit comments