Skip to content

Commit

Permalink
Use MOI master
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 11, 2024
1 parent fc72882 commit 93c856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
using Pkg
Pkg.add([
PackageSpec(name="MultivariateBases", rev="master"),
PackageSpec(name="MathOptInterface", rev="bl/no_var"),
PackageSpec(name="MathOptInterface", rev="master"),
])
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit 93c856c

Please sign in to comment.