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 1903428 commit 7bdc5bdCopy full SHA for 7bdc5bd
.github/workflows/ci.yml
@@ -64,10 +64,7 @@ jobs:
64
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
65
- run: |
66
julia --project=docs -e '
67
- using Pkg
68
- Pkg.develop(PackageSpec(path=pwd()))
69
- Pkg.instantiate()
70
using Documenter: DocMeta, doctest
71
- using MLJModelRegistry
72
- DocMeta.setdocmeta!(MLJModelRegistry, :DocTestSetup, :(using MLJModelRegistry); recursive=true)
73
- doctest(MLJModelRegistry)'
+ using MLJModelRegistryTools
+ DocMeta.setdocmeta!(MLJModelRegistryTools, :DocTestSetup, :(using MLJModelRegistryTools); recursive=true)
+ doctest(MLJModelRegistryTools)'
0 commit comments