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 2828 version : ' 1.10'
2929 - uses : julia-actions/cache@v1
3030 - 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()'
3232 - name : Build and deploy
3333 env :
3434 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"
66MLJ = " add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
77MLJFlux = " 094fc8d1-fd35-5302-93ea-dabda2abf845"
88MLJTransforms = " 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