Skip to content

Commit 6b688af

Browse files
committed
Update tests to GraphBLAS 8.2.1
1 parent b84b964 commit 6b688af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: |
4040
mkdir -p grb
4141
cd grb
42-
wget --quiet https://anaconda.org/conda-forge/graphblas/7.4.4/download/linux-64/graphblas-7.4.4-hcb278e6_0.conda
43-
unzip graphblas-7.4.4-hcb278e6_0.conda
44-
tar xvf pkg-graphblas-7.4.4-hcb278e6_0.tar.zst
42+
wget --quiet https://anaconda.org/conda-forge/graphblas/8.2.1/download/linux-64/graphblas-8.2.1-h59595ed_0.conda
43+
unzip graphblas-8.2.1-h59595ed_0.conda
44+
tar xvf pkg-graphblas-8.2.1-h59595ed_0.tar.zst
4545
cd ..
4646
echo "FMM_CMAKE_FLAGS=-DCMAKE_MODULE_PATH=${{ github.workspace }}/grb/lib/cmake/SuiteSparse -DGraphBLAS_ROOT=${{ github.workspace }}/grb/" >> $GITHUB_ENV
4747

0 commit comments

Comments
 (0)