Skip to content

Commit d4f7499

Browse files
authored
Merge pull request #231 from cognifloyd/patch-1
Use the same version of pip as st2 core
2 parents a39d25a + 53e3d48 commit d4f7499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ venv:
4444

4545
.PHONY: reqs
4646
reqs: venv
47-
$(VENV_DIR)/bin/pip install --upgrade "pip>=19.0,<20.0"
47+
$(VENV_DIR)/bin/pip install --upgrade "pip==20.0.2"
4848
$(VENV_DIR)/bin/pip install -r requirements.txt
4949
$(VENV_DIR)/bin/pip install -r requirements-test.txt
5050
$(VENV_DIR)/bin/pip install -r requirements-docs.txt

0 commit comments

Comments
 (0)