mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
Add powermon group to ci install
This commit is contained in:
1 parent
72de803195
commit
b8c0a62b27
1 file changed
+1
-1
@@ -30,7 +30,7 @@ jobs:
|
||||
pip3 install poetry
|
||||
- name: Install meshtastic from local
|
||||
run: |
|
||||
poetry install --all-extras --with dev
|
||||
poetry install --all-extras --with dev,powermon
|
||||
poetry run meshtastic --version
|
||||
- name: Run pylint
|
||||
run: poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
|
||||
|
||||
Reference in new issue
Block a user