Skip to content

Commit 7ad18d9

Browse files
committed
Fix??
1 parent 98eb399 commit 7ad18d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
Pkg.activate("./DifferentiationInterface/test");
8484
if VERSION < v"1.11";
8585
Pkg.rm(["DifferentiationInterfaceTest", "DifferentiationInterface"]);
86-
Pkg.instantiate();
86+
Pkg.resolve();
8787
else;
8888
Pkg.develop(; path="./DifferentiationInterfaceTest");
8989
end;

0 commit comments

Comments
 (0)