Fix tests for Python 3.6

This commit is contained in:
2021-01-21 13:01:14 -06:00
parent 6890840c6d
commit 0cf963e873
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ docs-dev:
install-deps:
$(PIP) install -i https://pypi.gurobi.com gurobipy
$(PIP) install xpress
$(PIP) install -r requirements.txt
install: