Skip to content

Commit d0a35b4

Browse files
committed
pytest attempt 2
1 parent 26aaa55 commit d0a35b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23-
- name: Check for pylint errors
23+
- name: Run pytest tests
2424
# pip install -e . builds _ecodes and such into the evdev directory
2525
run: |
26-
python -m pip install setuptools
26+
python -m pip install pytest setuptools
2727
python -m pip install -e .
2828
python -m pytest tests

0 commit comments

Comments
 (0)