Skip to content

Commit

Permalink
restrict tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 17, 2024
1 parent bc45374 commit 44d5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python -m pip install numpy${{ matrix.numpy }}
- name: Run tests
run: pytest -v
run: pytest -v tests --color=yes

build_wheels:
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 44d5791

Please sign in to comment.