We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4491632 commit d44a6ceCopy full SHA for d44a6ce
1 file changed
.github/workflows/demos.yml
@@ -66,11 +66,11 @@ jobs:
66
pkg_path = dirname(Base.find_package("RegularizedOptimization"))
67
include(joinpath(pkg_path, "..", "examples", "demo-bpdn-constr.jl"))
68
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}
+ #- name: Run FH demo
+ # run: |
+ # pkg_path = dirname(Base.find_package("RegularizedOptimization"))
+ # include(joinpath(pkg_path, "..", "examples", "demo-fh.jl"))
+ # shell: julia --project="examples" --color=yes {0}
74
- name: Run NNMF demo
75
run: |
76
0 commit comments