Skip to content

Commit 5dfd19f

Browse files
authored
Merge pull request #32 from eriknw/update6.2.3
Update to v6.2.3. No code changes needed.
2 parents 59c61c1 + 66c67e5 commit 5dfd19f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.8", "3.9", "3.10"]
2020
source: ["conda-forge"]
2121
# source: ["source"]
22-
graphblas-version: ["6.2.1"]
22+
graphblas-version: ["6.2.3"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Twiddle Dee (switch this between Dee and Dum to add meaningless git commits)
12
import os
23
import sys
34
from glob import glob

0 commit comments

Comments
 (0)