Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 28, 2024
1 parent ef57257 commit f9e48c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- shell: julia --project=. --color=yes {0}
run: |
import Pkg
version = ENV["XPRESS_JLL_VERSION"]
Pkg.add(Pkg.PackageSpec("Xpress_jll"; version = version))
Pkg.add(; name = "Xpress_jll", version = ENV["XPRESS_JLL_VERSION"])
env:
XPRESS_JLL_VERSION: ${{ matrix.XPRESS_JLL_VERSION }}
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit f9e48c1

Please sign in to comment.