Skip to content

Commit 45e8b0b

Browse files
committed
deps for pylint
1 parent 9636de2 commit 45e8b0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
- name: compileall
2626
run: python -m compileall -f *.py examples/
2727
- name: pylint
28-
run: pylint --errors-only viam_wrap.py
28+
run: |
29+
pip install .
30+
pylint --errors-only viam_wrap.py

0 commit comments

Comments
 (0)