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