Skip to content

Commit 1d1eec5

Browse files
authored
Update solver-tests.yml
1 parent cf060ee commit 1d1eec5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/solver-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- package: 'KNITRO'
3636
- package: 'MiniZinc'
3737
- package: 'MosekTools'
38+
- package: 'MathOptAnalyzer'
39+
- package: 'MathOptIIS'
3840
- package: 'MultiObjectiveAlgorithms'
3941
- package: 'NEOSServer'
4042
- package: 'NLopt'
@@ -124,6 +126,13 @@ jobs:
124126
echo "${{ secrets.BARON_LICENSE }}"
125127
echo "EOF"
126128
} >> $GITHUB_ENV
129+
# Setup Coluna.jl
130+
- name: Setup Coluna
131+
if: ${{ matrix.package == 'Coluna' }}
132+
shell: julia --color=yes --project=. {0}
133+
run: |
134+
using Pkg
135+
Pkg.add(; url="https://github.com/atoptima/ColunaDemos.jl.git")
127136
# Setup CPLEX.jl
128137
- name: Setup CPLEX
129138
if: ${{ matrix.package == 'CPLEX' }}

0 commit comments

Comments
 (0)