File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
julia --project=docs -e '
108
108
if ENV["BUILD_DOCS"] == "true"
109
109
using Documenter: doctest
110
- using NearestNeighborModels
110
+ using NearestNeighborModels, MLJBase
111
111
@info "attempting to run the doctests"
112
112
doctest(NearestNeighborModels)
113
113
else
Original file line number Diff line number Diff line change 1
1
[deps ]
2
2
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
3
MLJBase = " a7f614a8-145f-11e9-1d2a-a57a1082229d"
4
+ NearestNeighborModels = " 636a865e-7cf4-491e-846c-de09b730eb36"
4
5
StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
5
6
6
7
[compat ]
7
8
Documenter = " ^0.24"
8
- julia = " ^1.0"
9
9
MLJBase = " ^0.19"
10
10
StableRNGs = " ^1.0"
11
+ julia = " ^1.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ makedocs(;
15
15
" Home" => " index.md" ,
16
16
" API" => " api.md"
17
17
],
18
- doctest = true ,
18
+ doctest = false , # don't runt doctest as doctests are automatically run separately in ci.
19
19
repo = " https://github.com/JuliaAI/NearestNeighborModels.jl/blob/{commit}{path}#L{line}" ,
20
20
sitename = " NearestNeighborModels.jl" ,
21
21
)
You can’t perform that action at this time.
0 commit comments