more tweaks for ci

This commit is contained in:
Mike Kinney
2021-12-06 23:24:13 -08:00
parent 914c0fab8c
commit cb61a40767
2 changed files with 11 additions and 3 deletions

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

View File

@@ -1,5 +1,12 @@
markdown
pdoc3
pyserial
protobuf
dotmap
pexpect
pyqrcode
pygatt
tabulate
timeago
webencodings
pyparsing
twine