We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bc8de commit fbcfe7dCopy full SHA for fbcfe7d
src/methods.jl
@@ -66,9 +66,10 @@ function metadata(pkg; registry="", check_traits=true)
66
setup=()
67
else
68
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
+ # TODO: replace Line 1 with Line 2 after MLJModelRegistry is registered at
+ # General:
+ Pkg.develop(path=$ROOT) # Line 1
72
+ # Pkg.add(MLJModelRegistryTools) # Line 2
73
end
74
75
program = quote
0 commit comments