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 a2870bb commit 1903428Copy full SHA for 1903428
.github/workflows/ci.yml
@@ -64,6 +64,9 @@ 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)
0 commit comments