Skip to content

Commit

Permalink
Add powermon group to ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Aug 11, 2024
1 parent 72de803 commit b8c0a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?$"
Expand Down

0 comments on commit b8c0a62

Please sign in to comment.