Skip to content

Commit 9f9d28e

Browse files
committed
fix mljflux
1 parent 6cfd374 commit 9f9d28e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
66
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
77
MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
88
MLJTransforms = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
9+
10+
[compat]
11+
MLJFlux = "0.6.6"

0 commit comments

Comments
 (0)