Skip to content

Commit d23b52c

Browse files
committed
Fix?
1 parent ddd41c5 commit d23b52c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
Pkg.Registry.update();
8383
Pkg.activate("./DifferentiationInterface/test");
8484
Pkg.develop([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);
85+
Pkg.remove("DifferentiationInterface");
8586
test_kwargs = (; allow_reresolve=false, coverage=true);
8687
if ENV["JULIA_DI_PR_DRAFT"] == "true";
8788
Pkg.test("DifferentiationInterface"; julia_args=["-O1"], test_kwargs...);

0 commit comments

Comments
 (0)