Skip to content

Commit

Permalink
Use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Nov 13, 2023
1 parent ba1cb65 commit 1334e06
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 @@ -48,7 +48,7 @@ jobs:
shell: julia --color=yes {0}
run: |
using Pkg
Pkg.develop(path="~/actions-runner/_work/HSL.jl/HSL.jl")
Pkg.develop(path=".")
Pkg.test("HSL")
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1334e06

Please sign in to comment.