File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 version : ${{ matrix.version }}
3636 arch : ${{ matrix.arch }}
3737 - uses : julia-actions/cache@v2
38+ - name : MOI
39+ shell : julia --project=@. {0}
40+ run : |
41+ using Pkg
42+ Pkg.add([
43+ PackageSpec(name="MathOptInterface", rev="master"),
44+ ])
3845 - uses : julia-actions/julia-buildpkg@v1
3946 - uses : julia-actions/julia-runtest@v1
4047 - uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change 11# MatrixOptInterface.jl
22
3+ > [ !WARNING]
4+ > Needs the development version of MathOptInterface
5+
36[ ![ Build Status] ( https://github.com/jump-dev/MatrixOptInterface.jl/workflows/CI/badge.svg )] ( https://github.com/jump-dev/MatrixOptInterface.jl/actions )
47[ ![ Coverage] ( https://codecov.io/gh/jump-dev/MatrixOptInterface.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jump-dev/MatrixOptInterface.jl )
58
You can’t perform that action at this time.
0 commit comments