more tweaks for ci

This commit is contained in:
Mike Kinney committed 2021-12-06 23:24:13 -08:00
1 parent 914c0fab8c
commit cb61a40767
2 files changed
+11 -3

No files matched your search

+3 -2
View File
@@ -19,10 +19,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip3 install -r requirements.txt
- name: Install meshtastic from local
run: |
pip install -e .
pip3 install .
which meshtastic
meshtastic --version
- name: Run pylint
run: pylint --exit-zero meshtastic
+8 -1
View File
@@ -1,5 +1,12 @@
markdown
pdoc3
pyserial
protobuf
dotmap
pexpect
pyqrcode
pygatt
tabulate
timeago
webencodings
pyparsing
twine