Skip to content

Commit 6679660

Browse files
authored
Add MosekTools setup to solver-tests workflow (#2990)
1 parent 65e4a61 commit 6679660

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/solver-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,16 @@ jobs:
167167
pip3 install torch_geometric
168168
echo "JULIA_CONDAPKG_BACKEND=Null" >> $GITHUB_ENV
169169
echo "JULIA_PYTHONCALL_EXE=python3" >> $GITHUB_ENV
170+
# Setup MosekTools.jl
171+
- name: Setup MosekTools
172+
if: ${{ matrix.package == 'MosekTools' }}
173+
shell: bash
174+
run: |
175+
{
176+
echo "MOSEKLM_LICENSE_FILE<<EOF"
177+
echo "${{ secrets.MOSEK_LICENSE }}"
178+
echo "EOF"
179+
} >> $GITHUB_ENV
170180
# Setup Xpress.jl
171181
- name: Setup Xpress
172182
if: ${{ matrix.package == 'Xpress' }}

0 commit comments

Comments
 (0)