Skip to content

Commit

Permalink
Debug Enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Nov 9, 2024
1 parent 6fb1168 commit 2436783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ const TARGET_TESTS = isempty(ARGS) ?
ARGS

if "enzyme" in TARGET_TESTS
Pkg.add(["EnzymeCore", "Enzyme"])
# Pkg.add(["EnzymeCore", "Enzyme"])
Pkg.add(["EnzymeCore"])
Pkg.add(url="https://github.com/EnzymeAD/Enzyme.jl", rev="delret")
end

# Run tests in parallel.
Expand Down

0 comments on commit 2436783

Please sign in to comment.