Skip to content

Commit

Permalink
Update tests to GraphBLAS 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Oct 17, 2023
1 parent b84b964 commit 6b688af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
mkdir -p grb
cd grb
wget --quiet https://anaconda.org/conda-forge/graphblas/7.4.4/download/linux-64/graphblas-7.4.4-hcb278e6_0.conda
unzip graphblas-7.4.4-hcb278e6_0.conda
tar xvf pkg-graphblas-7.4.4-hcb278e6_0.tar.zst
wget --quiet https://anaconda.org/conda-forge/graphblas/8.2.1/download/linux-64/graphblas-8.2.1-h59595ed_0.conda
unzip graphblas-8.2.1-h59595ed_0.conda
tar xvf pkg-graphblas-8.2.1-h59595ed_0.tar.zst
cd ..
echo "FMM_CMAKE_FLAGS=-DCMAKE_MODULE_PATH=${{ github.workspace }}/grb/lib/cmake/SuiteSparse -DGraphBLAS_ROOT=${{ github.workspace }}/grb/" >> $GITHUB_ENV
Expand Down

0 comments on commit 6b688af

Please sign in to comment.