We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f482237 commit 333e92fCopy full SHA for 333e92f
.github/workflows/ci.yml
@@ -28,6 +28,13 @@ jobs:
28
version: ${{ matrix.version }}
29
arch: ${{ matrix.arch }}
30
- 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
+ ])
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
- uses: julia-actions/julia-processcoverage@v1
0 commit comments