Skip to content

Commit 58c0a0e

Browse files
authored
Remove MathOptInterface installation from CI
Removed the installation step for the MathOptInterface package from the CI workflow.
1 parent 510c505 commit 58c0a0e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ 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-
])
4538
- uses: julia-actions/julia-buildpkg@v1
4639
- uses: julia-actions/julia-runtest@v1
4740
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)