We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820408 commit 5acc972Copy full SHA for 5acc972
.github/workflows/solver-tests.yml
@@ -151,10 +151,7 @@ jobs:
151
- name: Setup KNITRO
152
if: ${{ matrix.package == 'KNITRO' }}
153
shell: bash
154
- run: |
155
- echo "${{ secrets.KNITRO_LICENSE }}" > ~/artelys_lic.txt
156
- echo "SECRET_KNITRO_URL=${{ secrets.KNITRO_URL }}" >> $GITHUB_ENV
157
- echo "SECRET_KNITRO_LIBIOMP5=${{ secrets.KNITRO_LIBIOMP5 }}" >> $GITHUB_ENV
+ run: echo "${{ secrets.KNITRO_LICENSE }}" > ~/artelys_lic.txt
158
# Setup MathOptAI.jl
159
- name: Install Python
160
if: ${{ matrix.package == 'MathOptAI' }}
0 commit comments