File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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"))
You can’t perform that action at this time.
0 commit comments