Skip to content
Closed
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
channel: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- name: MOI
shell: julia --project=. --color=yes {0}
run: |
using Pkg
Pkg.add([
PackageSpec(name="MathOptInterface", rev="bl/model_with_quad"),
])
- name: test MadNLP
shell: julia --project=. --color=yes {0}
run: |
Expand Down
Loading
Loading