Skip to content

Commit 4d12efb

Browse files
committed
Fix!
1 parent bfb41d8 commit 4d12efb

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
@@ -87,6 +87,7 @@ jobs:
8787
else;
8888
Pkg.develop(; path="./DifferentiationInterfaceTest");
8989
end;
90+
Pkg.activate("./DifferentiationInterface");
9091
test_kwargs = (; allow_reresolve=false, coverage=true);
9192
if ENV["JULIA_DI_PR_DRAFT"] == "true";
9293
Pkg.test("DifferentiationInterface"; julia_args=["-O1"], test_kwargs...);

0 commit comments

Comments
 (0)