Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Apr 29, 2024
1 parent 65bfc90 commit 6b714fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,11 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
# - uses: julia-actions/cache@v1
# - uses: julia-actions/julia-buildpkg@v1
# - uses: julia-actions/julia-runtest@v1
- name: Test
shell: julia --color=yes --project=. {0}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
WLSLICENSE: ${{ secrets.WLSLICENSE }}
run: |
import Pkg
Pkg.pkg"add https://github.com/jump-dev/Gurobi_jll.jl"
Pkg.pkg"build Gurobi"
Pkg.test()
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
Gurobi_jll = "=9.5.2"
Libdl = "<0.0.1, 1.6"
MathOptInterface = "1.12"
Random = "<0.0.1, 1.6"
Expand Down

0 comments on commit 6b714fa

Please sign in to comment.