Skip to content

Commit 333e92f

Browse files
committed
Checkout LRO
1 parent f482237 commit 333e92f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
version: ${{ matrix.version }}
2929
arch: ${{ matrix.arch }}
3030
- uses: julia-actions/cache@v2
31+
- name: LRO
32+
shell: julia --project=@. {0}
33+
run: |
34+
using Pkg
35+
Pkg.add([
36+
PackageSpec(url="https://github.com/blegat/LowRankOpt.jl/"),
37+
])
3138
- uses: julia-actions/julia-buildpkg@v1
3239
- uses: julia-actions/julia-runtest@v1
3340
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)