Skip to content

Commit 5acc972

Browse files
authored
Remove KNITRO environment variables from solver-tests (#2880)
1 parent 2820408 commit 5acc972

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/solver-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,7 @@ jobs:
151151
- name: Setup KNITRO
152152
if: ${{ matrix.package == 'KNITRO' }}
153153
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
154+
run: echo "${{ secrets.KNITRO_LICENSE }}" > ~/artelys_lic.txt
158155
# Setup MathOptAI.jl
159156
- name: Install Python
160157
if: ${{ matrix.package == 'MathOptAI' }}

0 commit comments

Comments
 (0)