Skip to content

Commit

Permalink
Update to SuiteSparse:GraphBLAS v7.4.4 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw authored Apr 20, 2023
1 parent 0062aec commit 7bc3e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# os: ["ubuntu-latest"]
# source: ["source"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
graphblas-version: ["7.4.3"]
graphblas-version: ["7.4.4"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: validate-pyproject
name: Validate pyproject.toml
- repo: https://github.com/myint/autoflake
rev: v2.0.2
rev: v2.1.1
hooks:
- id: autoflake
args: [--in-place]
Expand Down

0 comments on commit 7bc3e93

Please sign in to comment.