File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
julia :
6
6
- 1.0
7
- - 1.4
7
+ - 1.5
8
8
- nightly
9
- notifications :
10
- email : false
11
- after_success :
12
- # push coverage results to Codecov
13
- - julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'
14
-
15
- jobs :
9
+ matrix :
10
+ allow_failures :
11
+ - julia : nightly
16
12
include :
17
13
- stage : " Documentation"
18
- julia : 1.4
14
+ julia : 1.5
19
15
os : linux
20
16
script :
21
17
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));Pkg.instantiate()'
22
18
- julia --project=docs/ docs/make.jl
23
19
after_success : skip
20
+ notifications :
21
+ email : false
22
+ after_success :
23
+ # push coverage results to Codecov
24
+ - julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ DocStringExtensions = "^0.8"
17
17
IterativeSolvers = " ^0.8"
18
18
LinearMaps = " ^2.6"
19
19
MLJModelInterface = " ^0.3"
20
- Optim = " ^ 0.20,^ 0.21"
20
+ Optim = " 0.20,0.21,1,1.1 "
21
21
Parameters = " ^0.12"
22
22
julia = " ^1"
23
23
You can’t perform that action at this time.
0 commit comments