Skip to content

Commit

Permalink
Makefile: develop target shouldn't auto-upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jun 8, 2024
1 parent 058a94c commit 4f8270a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ qa: quality pylint pyroma
.PHONY: develop build

develop:
python -m pip install -U pip
python -m pip install -U -r dev-requirements.txt
python -m pip install -e .

Expand Down

0 comments on commit 4f8270a

Please sign in to comment.