diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8852f09..b54d5c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,10 +32,7 @@ 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 + run: 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