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