Skip to content

Commit 68d6fe9

Browse files
committed
SMC v0.4.26
1 parent de80a02 commit 68d6fe9

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
version: ${{ matrix.version }}
2626
arch: ${{ matrix.arch }}
2727
- 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-
])
3528
- uses: julia-actions/julia-buildpkg@v1
3629
- uses: julia-actions/julia-runtest@v1
3730
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ JuMP = "1.29.4"
2121
MathOptInterface = "1.40"
2222
NaNMath = "1"
2323
SparseArrays = "1.10"
24-
SparseMatrixColorings = "0.4"
24+
SparseMatrixColorings = "0.4.26"
2525
SpecialFunctions = "2.6.1"
2626
julia = "1.10"

0 commit comments

Comments
 (0)