From 6b714fa8ac4312f0688acb1777e26f5b8f7c6f9b Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 30 Apr 2024 10:31:40 +1200 Subject: [PATCH] Update --- .github/workflows/ci.yml | 13 +++---------- Project.toml | 1 + 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8e7d131..5efff8cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/Project.toml b/Project.toml index 0d132b2b..8eb7883a 100644 --- a/Project.toml +++ b/Project.toml @@ -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"