We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510c505 commit 58c0a0eCopy full SHA for 58c0a0e
1 file changed
.github/workflows/ci.yml
@@ -35,13 +35,6 @@ jobs:
35
version: ${{ matrix.version }}
36
arch: ${{ matrix.arch }}
37
- 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
- ])
45
- uses: julia-actions/julia-buildpkg@v1
46
- uses: julia-actions/julia-runtest@v1
47
- uses: julia-actions/julia-processcoverage@v1
0 commit comments