Skip to content

Commit fbcfe7d

Browse files
committed
fix some paths
1 parent e7bc8de commit fbcfe7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/methods.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ function metadata(pkg; registry="", check_traits=true)
6666
setup=()
6767
else
6868
setup = quote
69-
# REMOVE THIS NEXT LINE AFTER TAGGING NEW MLJMODELINTERFACE
70-
Pkg.develop(path="/Users/anthony/MLJ/MLJModelInterface/")
71-
Pkg.develop(path=$ROOT) # MLJModelRegistryTools
69+
# TODO: replace Line 1 with Line 2 after MLJModelRegistry is registered at
70+
# General:
71+
Pkg.develop(path=$ROOT) # Line 1
72+
# Pkg.add(MLJModelRegistryTools) # Line 2
7273
end
7374
end
7475
program = quote

0 commit comments

Comments
 (0)