Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrogantGao committed Nov 24, 2024
1 parent 17e1318 commit d7600b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
Pkg.activate(".")
Pkg.develop([Pkg.PackageSpec(path = joinpath(pwd(), "lib", pkg)) for pkg in ["OptimalBranchingMIS"]])
Pkg.precompile()
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
Expand Down

0 comments on commit d7600b9

Please sign in to comment.