Skip to content

Commit

Permalink
Actions (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed May 20, 2022
1 parent dfbb76a commit 1f0952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
which python
python --version
which coverage
coverage run setup.py nosetests --with-doctest
nosetests --verbose --with-coverage --cover-package=SparseArray SparseArray/tests
- name: Tests on macOS and Windows
if: ${{ runner.os != 'Linux' }}
run: |
Expand Down

0 comments on commit 1f0952d

Please sign in to comment.