mirror of
https://github.com/meshtastic/python.git
synced 2026-09-16 07:20:23 -04:00
more tweaks for ci
This commit is contained in:
1 parent
914c0fab8c
commit
cb61a40767
2 files changed
+11
-3
No files matched your search
@@ -19,10 +19,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
- name: Install meshtastic from local
|
||||
run: |
|
||||
pip install -e .
|
||||
pip3 install .
|
||||
which meshtastic
|
||||
meshtastic --version
|
||||
- name: Run pylint
|
||||
run: pylint --exit-zero meshtastic
|
||||
|
||||
Reference in new issue
Block a user