We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de80a02 commit 68d6fe9Copy full SHA for 68d6fe9
2 files changed
.github/workflows/ci.yml
@@ -25,13 +25,6 @@ jobs:
25
version: ${{ matrix.version }}
26
arch: ${{ matrix.arch }}
27
- uses: julia-actions/cache@v1
28
- - name: MOI
29
- shell: julia --project=@. {0}
30
- run: |
31
- using Pkg
32
- Pkg.add([
33
- PackageSpec(url="https://github.com/blegat/SparseMatrixColorings.jl/", rev="abstractsparse"),
34
- ])
35
- uses: julia-actions/julia-buildpkg@v1
36
- uses: julia-actions/julia-runtest@v1
37
with:
Project.toml
@@ -21,6 +21,6 @@ JuMP = "1.29.4"
21
MathOptInterface = "1.40"
22
NaNMath = "1"
23
SparseArrays = "1.10"
24
-SparseMatrixColorings = "0.4"
+SparseMatrixColorings = "0.4.26"
SpecialFunctions = "2.6.1"
julia = "1.10"
0 commit comments