Skip to content

Commit

Permalink
Test against latest python-graphblas
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Oct 23, 2023
1 parent d3a4911 commit 4753c98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4753c98

Please sign in to comment.