From 3b084d7df29e4efa446f6b1c84793d01880e0cc1 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 22 Jul 2026 12:18:42 -0700 Subject: [PATCH] Install with extras and dev/powermon in validate to stop build jobs sooner if there's issues in those --- .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 0996179..c6f6a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: | python -m pip install --upgrade pip pip3 install poetry - poetry install + poetry install --all-extras --with dev,powermon poetry run meshtastic --version build: