mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Update Makefile and GH actions
This commit is contained in:
7
Makefile
7
Makefile
@@ -27,9 +27,10 @@ docs:
|
||||
|
||||
|
||||
install-deps:
|
||||
$(PIP) install -i https://pypi.gurobi.com gurobipy
|
||||
$(PIP) install xpress
|
||||
$(PIP) install -r requirements.txt
|
||||
$(PIP) install --upgrade pip
|
||||
$(PIP) install --upgrade -i https://pypi.gurobi.com gurobipy
|
||||
$(PIP) install --upgrade xpress
|
||||
$(PIP) install --upgrade -r requirements.txt
|
||||
|
||||
install:
|
||||
$(PYTHON) setup.py install
|
||||
|
||||
Reference in New Issue
Block a user