Skip to content

Commit

Permalink
update SPO version, RP dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Feb 21, 2024
1 parent 8f4079c commit 0959425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
- name: Installing non-registered dependencies
run: |
using Pkg
pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/RegularizedProblems.jl.git", rev = "main")
pkg2 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master")
pkg_list = [pkg1, pkg2]
pkg = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master")
pkg_list = [pkg]
Pkg.add(pkg_list)
shell: julia --project="@." --color=yes {0}
- uses: julia-actions/julia-buildpkg@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NLPModels = "0.19, 0.20"
NLPModelsModifiers = "0.6"
ProximalOperators = "0.15"
RegularizedProblems = "0.1"
ShiftedProximalOperators = "0.1"
ShiftedProximalOperators = "0.2"
SolverCore = "0.3.0"
TSVD = "0.4"
julia = "^1.6.0"
Expand Down

0 comments on commit 0959425

Please sign in to comment.