We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7241ff commit 6fcfbdcCopy full SHA for 6fcfbdc
1 file changed
.github/workflows/continuous-integration.yml
@@ -25,11 +25,10 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Include IPOPT?
28
- if: startsWith(matrix.os, 'ubuntu')
29
run: echo "INCLUDE_IPOPT=1" >> $GITHUB_ENV
30
31
- name: Include OSQP?
32
- if: matrix.platform == 'matlab' || (matrix.os != 'ubuntu-16.04' && matrix.os != 'ubuntu-18.04')
+ if: startsWith(matrix.os, 'ubuntu')
33
run: echo "INCLUDE_OSQP=1" >> $GITHUB_ENV
34
35
- name: Cache IPOPT Libs (macOS)
0 commit comments