Skip to content

Commit 5614ebb

Browse files
committed
run non-numpy tests in ci
1 parent cc7b3ae commit 5614ebb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,4 @@ jobs:
104104
- name: Install dependencies
105105
run: pip install -e .[tests]
106106
- name: run Pytest
107-
run: |
108-
pytest tests/test_py27.py
109-
pytest tests/test_vincenty_dist.py
110-
pytest tests/test_vincenty_vreckon.py
111-
pytest tests/test_vincenty.py
107+
run: pytest

0 commit comments

Comments
 (0)