File tree 4 files changed +4
-22
lines changed
4 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 14
14
- uses : julia-actions/setup-julia@latest
15
15
with :
16
16
version : ' 1'
17
- - name : Installing non-registered dependencies
18
- run : |
19
- using Pkg
20
- pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/RegularizedProblems.jl.git")
21
- pkg2 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git")
22
- pkg_list = [pkg1, pkg2]
23
- Pkg.add(pkg_list)
24
- shell : julia --project=docs --color=yes {0}
25
17
- name : Install dependencies
26
18
run : julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
27
19
- name : Build and deploy
Original file line number Diff line number Diff line change 38
38
${{ runner.os }}-test-${{ env.cache-name }}-
39
39
${{ runner.os }}-test-
40
40
${{ runner.os }}-
41
- - name : Installing non-registered dependencies
42
- run : |
43
- using Pkg
44
- pkg = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master")
45
- pkg_list = [pkg]
46
- Pkg.add(pkg_list)
47
- shell : julia --project="@." --color=yes {0}
48
41
- uses : julia-actions/julia-buildpkg@v1
49
42
- uses : julia-actions/julia-runtest@v1
50
43
- uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change 50
50
epstopdf-pkg
51
51
# - name: Setup tmate session
52
52
# uses: mxschmitt/action-tmate@v3
53
- - name : Installing non-registered dependencies
53
+ - name : Develop package
54
54
run : |
55
55
using Pkg
56
- pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/RegularizedProblems.jl.git", rev = "main")
57
- pkg2 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master")
58
- pkg_list = [pkg1, pkg2]
59
- Pkg.add(pkg_list)
60
56
Pkg.develop(path = ".")
61
57
Pkg.instantiate()
62
58
shell : julia --project="examples" --color=yes {0}
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ PGFPlots = "3b7a836e-365b-5785-a47d-02c71176b4aa"
7
7
ProximalOperators = " a725b495-10eb-56fe-b38b-717eba820537"
8
8
RegularizedOptimization = " 196f2941-2d58-45ba-9f13-43a2532b2fa8"
9
9
RegularizedProblems = " ea076b23-609f-44d2-bb12-a4ae45328278"
10
+ ShiftedProximalOperators = " d4fd37fa-580c-4e43-9b30-361c21aae263"
10
11
11
12
[compat ]
12
13
ADNLPModels = " 0.7"
13
14
DifferentialEquations = " 7"
14
- NLPModels = " 0.19, 0.20"
15
+ NLPModels = " 0.19, 0.20, 0.21 "
15
16
NLPModelsModifiers = " 0.7"
16
17
PGFPlots = " ^3.4"
17
18
ProximalOperators = " 0.15"
18
19
RegularizedOptimization = " 0.1"
19
20
RegularizedProblems = " 0.1"
20
-
21
+ ShiftedProximalOperators = " 0.2 "
You can’t perform that action at this time.
0 commit comments