Skip to content

Commit 0568221

Browse files
committed
Add note about GraphBLAS from conda
1 parent b1eb5d3 commit 0568221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Install GraphBLAS (ubuntu)
2929
if: contains(matrix.os, 'ubuntu')
30+
# Install pre-built GraphBLAS from conda-forge because GraphBLAS packages in Ubuntu repos are too old to be useful.
31+
# See LAGraph's workflow: https://github.com/GraphBLAS/LAGraph/blob/stable/.github/workflows/build.yml
3032
run: |
3133
mkdir -p grb
3234
cd grb

0 commit comments

Comments
 (0)