Skip to content

Commit 8b0427c

Browse files
committed
Don't test with source install
1 parent 10f7e5c commit 8b0427c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1818
python-version: ["3.7", "3.8", "3.9", "3.10"]
19-
source: ["conda-forge", "source"]
19+
source: ["conda-forge"]
2020
graphblas-version: ["6.0.0"]
2121
steps:
2222
- name: Checkout
@@ -36,6 +36,7 @@ jobs:
3636
- name: GraphBLAS (from source)
3737
if: (contains(matrix.source, 'source'))
3838
run: |
39+
# This isn't working! Why not?
3940
# sh suitesparse.sh refs/tags/${{ matrix.graphblas-version }}
4041
curl -L https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v${{ matrix.graphblas-version }}.tar.gz | tar xzf -
4142
pushd GraphBLAS-${{ matrix.graphblas-version }}/build

0 commit comments

Comments
 (0)