We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98eb399 commit 7ad18d9Copy full SHA for 7ad18d9
1 file changed
.github/workflows/Test.yml
@@ -83,7 +83,7 @@ jobs:
83
Pkg.activate("./DifferentiationInterface/test");
84
if VERSION < v"1.11";
85
Pkg.rm(["DifferentiationInterfaceTest", "DifferentiationInterface"]);
86
- Pkg.instantiate();
+ Pkg.resolve();
87
else;
88
Pkg.develop(; path="./DifferentiationInterfaceTest");
89
end;
0 commit comments