We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eb5d3 commit 0568221Copy full SHA for 0568221
.github/workflows/tests.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Install GraphBLAS (ubuntu)
29
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
32
run: |
33
mkdir -p grb
34
cd grb
0 commit comments