Skip to content

Commit 7bc3e93

Browse files
authored
Update to SuiteSparse:GraphBLAS v7.4.4 (#82)
1 parent 0062aec commit 7bc3e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# os: ["ubuntu-latest"]
2020
# source: ["source"]
2121
python-version: ["3.8", "3.9", "3.10", "3.11"]
22-
graphblas-version: ["7.4.3"]
22+
graphblas-version: ["7.4.4"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v3

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: validate-pyproject
2626
name: Validate pyproject.toml
2727
- repo: https://github.com/myint/autoflake
28-
rev: v2.0.2
28+
rev: v2.1.1
2929
hooks:
3030
- id: autoflake
3131
args: [--in-place]

0 commit comments

Comments
 (0)