Skip to content

Commit

Permalink
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 8efcdd8 commit 1a3a59c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
shell: julia --project=test --color=yes {0}
run: |
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add(url= "https://github.com/JuliaPhylo/PhyloNetworks.jl",rev="dev")
Pkg.resolve()
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 1a3a59c

Please sign in to comment.