Skip to content

Commit 9856b79

Browse files
authored
Merge pull request #14 from JuliaQUBO/fix/issue-13-julia-actions-cache
Benchmark julia-actions/cache for CI runtime
2 parents e80fae1 + f8869ed commit 9856b79

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
version: ${{ matrix.version }}
3333
arch: ${{ matrix.arch }}
34+
- uses: julia-actions/cache@v3
3435
- uses: julia-actions/julia-buildpkg@v1
3536
- uses: julia-actions/julia-runtest@v1
3637
# - uses: julia-actions/julia-processcoverage@v1

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ version = "0.1.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8+
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
89
QUBODrivers = "a3f166f7-2cd3-47b6-9e1e-6fbfe0449eb0"
910
QuantumAnnealing = "4832667a-bab9-40a8-88f6-be9efce3ea89"
1011

1112
[compat]
13+
LinearSolve = "=3.82.0"
1214
QUBODrivers = "0.5"
1315
QuantumAnnealing = "0.2"
1416
julia = "1.10"

0 commit comments

Comments
 (0)