Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jan 5, 2025
1 parent 053f401 commit ca0129c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca0129c

Please sign in to comment.