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 a73541c commit 17e1318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Pkg
Pkg.activate("lib/OptimalBranchingMIS")
Pkg.activate(joinpath(pwd(),"lib/OptimalBranchingMIS"))
Pkg.develop(path=joinpath(pwd(), "lib", "OptimalBranchingCore"))
Pkg.update()
Pkg.activate(".")
Pkg.develop([Pkg.PackageSpec(path = joinpath(pwd(), "lib", pkg)) for pkg in ["OptimalBranchingMIS"]])
Pkg.precompile()
Pkg.develop(PackageSpec(path=pwd()))
Expand Down

0 comments on commit 17e1318

Please sign in to comment.