Skip to content

Commit af6471b

Browse files
authored
fix(ci): also update setuptools when setting up the virtual environment (#795)
1 parent 4338e3d commit af6471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ setup: force-upgrade
9494
.PHONY: upgrade force-upgrade
9595
upgrade: .venv/upgraded-on
9696
.venv/upgraded-on: pyproject.toml
97-
python -m pip install --upgrade pip
97+
python -m pip install --upgrade pip setuptools
9898
python -m pip install --upgrade wheel
9999
python -m pip install --upgrade --upgrade-strategy eager --editable .[actions,dev,docs,hooks,test]
100100
$(MAKE) upgrade-quiet

0 commit comments

Comments
 (0)