mirror of
https://github.com/meshtastic/python.git
synced 2026-02-17 03:11:26 -05:00
more tweaks for ci
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
markdown
|
||||
pdoc3
|
||||
pyserial
|
||||
protobuf
|
||||
dotmap
|
||||
pexpect
|
||||
pyqrcode
|
||||
pygatt
|
||||
tabulate
|
||||
timeago
|
||||
webencodings
|
||||
pyparsing
|
||||
twine
|
||||
|
||||
Reference in New Issue
Block a user