Skip to content

Commit

Permalink
Fix the path of Uno_jll.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 29, 2024
1 parent 77faa52 commit faf8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/julia-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: |
git clone https://github.com/jump-dev/AmplNLWriter.jl
cd AmplNLWriter.jl/test/MINLPTests/
julia --project --color=yes -e 'using Pkg; Pkg.develop(path="/home/runner/.julia/dev/Uno_jll"); include("run_minlptests.jl")'
julia --project --color=yes -e 'using Pkg; Pkg.develop(path="/home/runner/.julia/dev/Uno_jll"); Pkg.instantiate(); include("run_minlptests.jl")'

0 comments on commit faf8361

Please sign in to comment.