Skip to content

Commit b8c0a62

Browse files
committed
Add powermon group to ci install
1 parent 72de803 commit b8c0a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip3 install poetry
3131
- name: Install meshtastic from local
3232
run: |
33-
poetry install --all-extras --with dev
33+
poetry install --all-extras --with dev,powermon
3434
poetry run meshtastic --version
3535
- name: Run pylint
3636
run: poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"

0 commit comments

Comments
 (0)