Skip to content

Commit

Permalink
Revert "ci: Use pip >= 20.3 (has dep resolver)"
Browse files Browse the repository at this point in the history
This reverts commit 19fceb8.
  • Loading branch information
liskin committed Feb 22, 2023
1 parent ce18afd commit b4ae748
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 @@ -101,7 +101,6 @@ endef
define VENV_CREATE_SYSTEM_SITE_PACKAGES
$(PYTHON) -m venv --system-site-packages --without-pip $(VENV)
$(VENV_PYTHON) -m pip --version || $(PYTHON) -m venv --system-site-packages $(VENV)
$(VENV_PYTHON) -m pip install 'pip >= 20.3'
touch $(VENV_SYSTEM_SITE_PACKAGES)
endef

Expand Down

0 comments on commit b4ae748

Please sign in to comment.