File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 28
28
# develop MLJModelRegistryTools into the specifified `registry` project:
29
29
function setup (registry)
30
30
ex = quote
31
- # TODO : replace Line 1 with Line 2 after MLJModelRegistry is registered at General:
32
- Pkg. develop (path= $ ROOT) # Line 1
33
- # Pkg.add(MLJModelRegistryTools) # Line 2
31
+ # Pkg.develop(path=$ROOT)
32
+ Pkg. add (" MLJModelRegistryTools" )
34
33
end
35
34
future = GenericRegistry. run ([], ex; environment= registry)
36
35
fetch (future)
@@ -66,10 +65,8 @@ function metadata(pkg; registry="", check_traits=true)
66
65
setup= ()
67
66
else
68
67
setup = quote
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
68
+ # Pkg.develop(path=$ROOT)
69
+ Pkg. add (" MLJModelRegistryTools" )
73
70
end
74
71
end
75
72
program = quote
You can’t perform that action at this time.
0 commit comments