Skip to content

Commit a2ad8c4

Browse files
committed
Use MOI master
1 parent f33c37a commit a2ad8c4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

0 commit comments

Comments
 (0)