Skip to content

Commit

Permalink
Update CI_M1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 17, 2023
1 parent e8abc67 commit 3575611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_M1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: julia --color=yes {0}
run: |
using HSL, Pkg
Pkg.activate(pathof(HSL))
Pkg.activate("~/actions-runner/_work/HSL.jl/HSL.jl")
Pkg.develop(path=ENV["HSL_JLL_PATH"])
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 3575611

Please sign in to comment.