Skip to content

Commit d44a6ce

Browse files
committed
disable FH demo
1 parent 4491632 commit d44a6ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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"))

0 commit comments

Comments
 (0)