Skip to content

Commit

Permalink
Merge pull request #231 from cognifloyd/patch-1
Browse files Browse the repository at this point in the history
Use the same version of pip as st2 core
  • Loading branch information
m4dcoder authored Mar 11, 2021
2 parents a39d25a + 53e3d48 commit d4f7499
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>=19.0,<20.0"
$(VENV_DIR)/bin/pip install --upgrade "pip==20.0.2"
$(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 d4f7499

Please sign in to comment.