From 9f778748c5bef0576bbc0ccbb98c3406378f4e65 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Sun, 22 Oct 2023 19:34:30 -0700 Subject: [PATCH] Test against latest python-graphblas --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8852f09..c5f9374 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,10 +32,8 @@ jobs: run: pip install --only-binary ":all:" scipy || true - name: Install python-graphblas - if: ${{ !contains(matrix.python-version, 'pypy') && matrix.python-version != '3.7' }} # no wheels for PyPy or old Python run: | - pip install suitesparse-graphblas==7.4.4.1a1 - pip install python-graphblas + pip install donfig && pip install --only-binary ":all:" python-graphblas || true - name: Install pydata sparse if: ${{ !contains(matrix.python-version, 'pypy') && matrix.python-version != '3.7' }} # no wheels for PyPy or old Python