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 10f7e5c commit 8b0427cCopy full SHA for 8b0427c
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18
python-version: ["3.7", "3.8", "3.9", "3.10"]
19
- source: ["conda-forge", "source"]
+ source: ["conda-forge"]
20
graphblas-version: ["6.0.0"]
21
steps:
22
- name: Checkout
@@ -36,6 +36,7 @@ jobs:
36
- name: GraphBLAS (from source)
37
if: (contains(matrix.source, 'source'))
38
run: |
39
+ # This isn't working! Why not?
40
# sh suitesparse.sh refs/tags/${{ matrix.graphblas-version }}
41
curl -L https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v${{ matrix.graphblas-version }}.tar.gz | tar xzf -
42
pushd GraphBLAS-${{ matrix.graphblas-version }}/build
0 commit comments