GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
228 stars 61 forks source link

CI: Only run with current latest SS:GrB from Conda #167

Closed szarnyasg closed 1 year ago

szarnyasg commented 1 year ago

The CI suddenly started failing: https://github.com/GraphBLAS/LAGraph/actions/runs/4364180278/jobs/7631183444

This was due to the link: https://anaconda.org/conda-forge/graphblas/7.1.0/download/osx-64/graphblas-7.1.0-h27087fc_0.tar.bz2 being broken.

Apparently, the hash changed from h27087fc to h7881ed4 which is quite an unusual move from a package repository. https://anaconda.org/conda-forge/graphblas/7.1.0/download/osx-64/graphblas-7.1.0-h7881ed4_0.tar.bz2

It is entirely possible that I'm misunderstanding something regarding the Conda Forge naming convention. Still, I'd like to minimize the chance of the CI breaking between commits, so I removed the older SuiteSparse:GraphBLAS versions, v7.1.x and v7.3.x, from the build matrix. I also updated the v7.4.x line to v7.4.3.

szarnyasg commented 1 year ago

The CI is green again, @DrTimothyAldenDavis please let me know if this is okay to merge.

DrTimothyAldenDavis commented 1 year ago

Looks great -- let's merge it in -- thanks!