Skip to content

Commit 34028f0

Browse files
committed
Set cplex as the first optioanl solver to install
1 parent 9895898 commit 34028f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Try installing optional packages
3333
run: |
3434
# 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."
3636
3737
- shell: bash -el {0}
3838
name: Run pip check

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Try installing optional packages
2929
run: |
3030
# 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."
3232
- shell: bash -el {0}
3333
name: Run pip check
3434
run: |

0 commit comments

Comments
 (0)