File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
name : Try installing optional packages
33
33
run : |
34
34
# Try installing one of the optional packages
35
- pip install Mosek || pip install gurobipy || pip install coptpy || pip install xpress || pip install cplex || echo "All optional packages failed to install. Skipping."
35
+ pip install cplex || pip install gurobipy || pip install xpress || echo "All optional packages failed to install. Skipping."
36
36
37
37
- shell : bash -el {0}
38
38
name : Run pip check
Original file line number Diff line number Diff line change 28
28
name : Try installing optional packages
29
29
run : |
30
30
# Try installing one of the optional packages
31
- pip install Mosek || pip install gurobipy || pip install coptpy || pip install xpress || pip install cplex || echo "All optional packages failed to install. Skipping."
31
+ pip install cplex || pip install gurobipy || pip install xpress || echo "All optional packages failed to install. Skipping."
32
32
- shell : bash -el {0}
33
33
name : Run pip check
34
34
run : |
You can’t perform that action at this time.
0 commit comments