Skip to content

Commit da02bba

Browse files
Merge branch 'JuliaSmoothOptimizers:master' into R2N-JSOnonalloc
2 parents 1ee48a8 + 4a32a63 commit da02bba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/demos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
pkg_path = dirname(Base.find_package("RegularizedOptimization"))
6767
include(joinpath(pkg_path, "..", "examples", "demo-bpdn-constr.jl"))
6868
shell: julia --project="examples" --color=yes {0}
69-
- name: Run FH demo
70-
run: |
71-
pkg_path = dirname(Base.find_package("RegularizedOptimization"))
72-
include(joinpath(pkg_path, "..", "examples", "demo-fh.jl"))
73-
shell: julia --project="examples" --color=yes {0}
69+
#- name: Run FH demo
70+
# run: |
71+
# pkg_path = dirname(Base.find_package("RegularizedOptimization"))
72+
# include(joinpath(pkg_path, "..", "examples", "demo-fh.jl"))
73+
# shell: julia --project="examples" --color=yes {0}
7474
- name: Run NNMF demo
7575
run: |
7676
pkg_path = dirname(Base.find_package("RegularizedOptimization"))

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
1818
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
1919

2020
[compat]
21-
LinearOperators = "2.9"
21+
LinearOperators = "2.10.0"
2222
NLPModels = "0.19, 0.20"
2323
NLPModelsModifiers = "0.7"
2424
Percival = "0.7.2"

0 commit comments

Comments
 (0)