Skip to content

Commit

Permalink
last last last attempt bugfixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jjustison committed Oct 20, 2024
1 parent 1a3a59c commit d8d6247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(url= "https://github.com/JuliaPhylo/PhyloNetworks.jl",rev="dev")
Pkg.resolve()
- uses: julia-actions/julia-buildpkg@v1
Pkg.Build()
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d8d6247

Please sign in to comment.