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 bb7a0e0 commit 78c84b2Copy full SHA for 78c84b2
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
32
- - uses: actions/cache@v1
+ - uses: julia-actions/cache@v1
33
env:
34
cache-name: cache-artifacts
35
@@ -63,4 +63,4 @@ jobs:
63
using Documenter: DocMeta, doctest
64
using MLJModelInterface
65
DocMeta.setdocmeta!(MLJModelInterface, :DocTestSetup, :(using MLJModelInterface); recursive=true)
66
- doctest(MLJModelInterface)'
+ doctest(MLJModelInterface)'
0 commit comments