install all extras when running poetry inside of CI

This commit is contained in:
Kevin Hester committed 2024-07-31 16:03:22 -07:00
1 parent bf71e09091
commit de29bf34ef
1 file changed
+2 -2
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
pip3 install poetry
- name: Install meshtastic from local
run: |
poetry install
poetry install --all-extras
poetry run meshtastic --version
- name: Run pylint
run: poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
@@ -68,5 +68,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip3 install poetry
poetry install
poetry install --all-extras
poetry run meshtastic --version