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 d950f89 commit 0168a33Copy full SHA for 0168a33
.github/workflows/ci.yml
@@ -17,9 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.6'
+ - '1.10'
21
- '1'
22
- - 'nightly'
23
os:
24
- ubuntu-latest
25
arch:
@@ -30,7 +29,7 @@ jobs:
30
29
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
33
- - uses: actions/cache@v1
+ - uses: julia-actions/cache@v2
34
env:
35
cache-name: cache-artifacts
36
Project.toml
@@ -15,7 +15,7 @@ CategoricalArrays = "1"
15
DecisionTree = "0.12"
16
MLJModelInterface = "1.5"
Tables = "1.6"
-julia = "1.6"
+julia = "1.10"
[extras]
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
0 commit comments