Skip to content

Commit 9d6a57d

Browse files
committed
fix typos in ci file
1 parent dffe57a commit 9d6a57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ jobs:
125125
julia --project=docs -e '
126126
if ENV["BUILD_DOCS"] == "true"
127127
using Documenter: doctest
128-
using MLJBase
128+
using FeatureSelection
129129
@info "attempting to run the doctests"
130-
doctest(MLJBase)
130+
doctest(FeatureSelection)
131131
else
132132
@info "skipping the doctests"
133133
end'

0 commit comments

Comments
 (0)