Skip to content

Commit 345496c

Browse files
authored
Remove DSDP from solver-tests.yml (#2872)
1 parent 45042ff commit 345496c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/solver-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
- package: 'Cbc'
2323
- package: 'Clp'
2424
- package: 'CPLEX'
25-
- package: 'CSDP'
25+
- package: 'CSDP'
2626
- package: 'DiffOpt'
27-
- package: 'DSDP'
27+
# There are too many issues with this solver to worry about it
28+
# - package: 'DSDP'
2829
- package: 'Dualization'
2930
- package: 'ECOS'
3031
- package: 'GLPK'

0 commit comments

Comments
 (0)