Skip to content

Commit de29bf3

Browse files
committed
install all extras when running poetry inside of CI
1 parent bf71e09 commit de29bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip3 install poetry
3131
- name: Install meshtastic from local
3232
run: |
33-
poetry install
33+
poetry install --all-extras
3434
poetry run meshtastic --version
3535
- name: Run pylint
3636
run: poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
@@ -68,5 +68,5 @@ jobs:
6868
run: |
6969
python -m pip install --upgrade pip
7070
pip3 install poetry
71-
poetry install
71+
poetry install --all-extras
7272
poetry run meshtastic --version

0 commit comments

Comments
 (0)