Skip to content

Commit

Permalink
Remove extraneous step
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Apr 24, 2023
1 parent 870b30e commit 0494a59
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
end'
- run: |
julia --project=docs -e '
if ENV["BUILD_DOCS"] == "true"
using Documenter: doctest
using MLJ
@info "attempting to run the doctests"
doctest(MLJ)
else
@info "skipping the doctests"
end'
- run: julia --project=docs -e '
if ENV["BUILD_DOCS"] == "true"
@info "attempting to build the docs"
Expand Down

0 comments on commit 0494a59

Please sign in to comment.