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.
2 parents e80fae1 + f8869ed commit 9856b79Copy full SHA for 9856b79
2 files changed
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
34
+ - uses: julia-actions/cache@v3
35
- uses: julia-actions/julia-buildpkg@v1
36
- uses: julia-actions/julia-runtest@v1
37
# - uses: julia-actions/julia-processcoverage@v1
Project.toml
@@ -5,10 +5,12 @@ version = "0.1.0"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
9
QUBODrivers = "a3f166f7-2cd3-47b6-9e1e-6fbfe0449eb0"
10
QuantumAnnealing = "4832667a-bab9-40a8-88f6-be9efce3ea89"
11
12
[compat]
13
+LinearSolve = "=3.82.0"
14
QUBODrivers = "0.5"
15
QuantumAnnealing = "0.2"
16
julia = "1.10"
0 commit comments