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 f8a3e8e commit d765333Copy full SHA for d765333
.github/workflows/CI.yml
@@ -64,6 +64,6 @@ jobs:
64
- run: |
65
julia --project=docs -e '
66
using Documenter: DocMeta, doctest
67
- using LearnAPI
+ using OpenML
68
DocMeta.setdocmeta!(OpenML, :DocTestSetup, :(using OpenML); recursive=true)
69
doctest(OpenML)'
0 commit comments