We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f99b68 commit 5b82754Copy full SHA for 5b82754
1 file changed
.github/workflows/Test.yml
@@ -82,6 +82,7 @@ jobs:
82
using Pkg;
83
Pkg.Registry.update();
84
Pkg.activate("./DifferentiationInterface/test");
85
+ Pkg.develop(path="./DifferentiationInterface");
86
Pkg.develop(path="./DifferentiationInterfaceTest");
87
test_kwargs = (; allow_reresolve=false, coverage=true);
88
if ENV["JULIA_DI_PR_DRAFT"] == "true";
0 commit comments