Skip to content

Commit

Permalink
Update to same pip as ST2
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda11 committed Mar 18, 2021
1 parent d4f7499 commit 5888779
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 @@ -44,7 +44,7 @@ venv:

.PHONY: reqs
reqs: venv
$(VENV_DIR)/bin/pip install --upgrade "pip==20.0.2"
$(VENV_DIR)/bin/pip install --upgrade "pip==20.3.3"
$(VENV_DIR)/bin/pip install -r requirements.txt
$(VENV_DIR)/bin/pip install -r requirements-test.txt
$(VENV_DIR)/bin/pip install -r requirements-docs.txt
Expand Down

0 comments on commit 5888779

Please sign in to comment.