We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf71e09 commit de29bf3Copy full SHA for de29bf3
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
pip3 install poetry
31
- name: Install meshtastic from local
32
run: |
33
- poetry install
+ poetry install --all-extras
34
poetry run meshtastic --version
35
- name: Run pylint
36
run: poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
@@ -68,5 +68,5 @@ jobs:
68
69
python -m pip install --upgrade pip
70
71
72
0 commit comments