Skip to content

Commit

Permalink
fix(ci): also update setuptools when setting up the virtual environme…
Browse files Browse the repository at this point in the history
…nt (#793)
  • Loading branch information
jenstroeger authored Sep 4, 2024
1 parent 66d90dc commit 35d2175
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 @@ -94,7 +94,7 @@ setup: force-upgrade
.PHONY: upgrade force-upgrade
upgrade: .venv/upgraded-on
.venv/upgraded-on: pyproject.toml
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade wheel
python -m pip install --upgrade --upgrade-strategy eager --editable .[actions,dev,docs,hooks,test]
$(MAKE) upgrade-quiet
Expand Down

0 comments on commit 35d2175

Please sign in to comment.