We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb41d8 commit 4d12efbCopy full SHA for 4d12efb
1 file changed
.github/workflows/Test.yml
@@ -87,6 +87,7 @@ jobs:
87
else;
88
Pkg.develop(; path="./DifferentiationInterfaceTest");
89
end;
90
+ Pkg.activate("./DifferentiationInterface");
91
test_kwargs = (; allow_reresolve=false, coverage=true);
92
if ENV["JULIA_DI_PR_DRAFT"] == "true";
93
Pkg.test("DifferentiationInterface"; julia_args=["-O1"], test_kwargs...);
0 commit comments