mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
install all extras when running poetry inside of CI
This commit is contained in:
1 parent
bf71e09091
commit
de29bf34ef
1 file changed
+2
-2
@@ -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
|
||||
Reference in new issue
Block a user