File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 28
28
version : ' 1.10'
29
29
- uses : julia-actions/cache@v1
30
30
- name : Install dependencies
31
- run : julia --project=docs/ -e 'using Pkg; Pkg.add("MLJFlux"); Pkg. develop(PackageSpec(path=pwd())); Pkg.instantiate()'
31
+ run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
32
32
- name : Build and deploy
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
6
6
MLJ = " add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
7
7
MLJFlux = " 094fc8d1-fd35-5302-93ea-dabda2abf845"
8
8
MLJTransforms = " 23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
9
+
10
+ [compat ]
11
+ MLJFlux = " 0.6.6"
You can’t perform that action at this time.
0 commit comments