Skip to content

Commit 4578435

Browse files
committed
Test with 6.0.2
1 parent 8dadaaa commit 4578435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1818
python-version: ["3.7", "3.8", "3.9", "3.10"]
1919
source: ["conda-forge"]
20-
graphblas-version: ["6.0.0"]
20+
graphblas-version: ["6.0.2"]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v2

continuous_integration/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
# - graphblas=6.0.0
6+
# - graphblas=6.0.2
77
- cffi
88
- cython
99
- numpy

0 commit comments

Comments
 (0)