Skip to content

Commit

Permalink
Merge pull request #233 from StackStorm/upgrade_pip
Browse files Browse the repository at this point in the history
Update to same pip as ST2
  • Loading branch information
m4dcoder authored Mar 19, 2021
2 parents d4f7499 + 5888779 commit 7605774
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 7605774

Please sign in to comment.