Skip to content

Commit

Permalink
Add note about GraphBLAS from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Apr 11, 2023
1 parent b1eb5d3 commit 0568221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

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

0 comments on commit 0568221

Please sign in to comment.