From b8c0a62b27e1f24af562a74c6709dfc2cd6a48e3 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sun, 11 Aug 2024 10:11:35 -0700 Subject: [PATCH] Add powermon group to ci install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c01798b..1de0ebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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?$"