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 b84b964 commit 6b688afCopy full SHA for 6b688af
.github/workflows/tests.yml
@@ -39,9 +39,9 @@ jobs:
39
run: |
40
mkdir -p grb
41
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
+ 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
45
cd ..
46
echo "FMM_CMAKE_FLAGS=-DCMAKE_MODULE_PATH=${{ github.workspace }}/grb/lib/cmake/SuiteSparse -DGraphBLAS_ROOT=${{ github.workspace }}/grb/" >> $GITHUB_ENV
47
0 commit comments