Skip to content

Commit 5b82754

Browse files
committed
Fix
1 parent 8f99b68 commit 5b82754

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
using Pkg;
8383
Pkg.Registry.update();
8484
Pkg.activate("./DifferentiationInterface/test");
85+
Pkg.develop(path="./DifferentiationInterface");
8586
Pkg.develop(path="./DifferentiationInterfaceTest");
8687
test_kwargs = (; allow_reresolve=false, coverage=true);
8788
if ENV["JULIA_DI_PR_DRAFT"] == "true";

0 commit comments

Comments
 (0)