diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b4fa4d..f7d5f85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: julia-actions/cache@v1 env: cache-name: cache-artifacts with: diff --git a/Project.toml b/Project.toml index 115bbbe..f3d264e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LearnDataFrontEnds" uuid = "5cca22a3-9356-470e-ba1b-8268d0135a4b" authors = ["Anthony D. Blaom "] -version = "0.1.1" +version = "0.1.2" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -12,7 +12,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] CategoricalArrays = "0.10" -LearnAPI = "0.2, 1" +LearnAPI = "0.2, 1, 2" MLCore = "1.0.0" StatsModels = "0.7.4" Tables = "1" diff --git a/test/sage.jl b/test/sage.jl index 16ff785..e755b13 100644 --- a/test/sage.jl +++ b/test/sage.jl @@ -207,7 +207,7 @@ end end -# # A CONSANT CLASSIFIER USING SAFFRON FRONT END +# # A CONSTANT CLASSIFIER USING SAFFRON FRONT END # We need this for integration tests to follow.