Skip to content

Commit f00e6a4

Browse files
committed
Update pytest invocation to avoid error from setuptools (which was using a deprecated command)
1 parent bad9f77 commit f00e6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: python3 -m flake8
4848

4949
- name: Run test suite
50-
run: python3 setup.py pytest
50+
run: python3 -m pytest tests/
5151

5252
- name: Test tldr cli
5353
run: |

0 commit comments

Comments
 (0)