From ca0129cbad6c5392e2f4210fef5446b68423ca4f Mon Sep 17 00:00:00 2001 From: William Moses Date: Sun, 5 Jan 2025 14:10:15 -0500 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 5a7093e83..5369a77b5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -96,10 +96,7 @@ const TARGET_TESTS = isempty(ARGS) ? ARGS if "enzyme" in TARGET_TESTS - # Pkg.add(["EnzymeCore", "Enzyme"]) - Pkg.develop(["EnzymeCore"]) - # Pkg.develop(["Enzyme"]) - Pkg.add(url="https://github.com/EnzymeAD/Enzyme.jl", rev="foramd") + Pkg.add(["EnzymeCore", "Enzyme"]) end # Run tests in parallel.