mirror of
https://github.com/meshtastic/python.git
synced 2026-01-19 05:07:58 -05:00
more tweaks for ci
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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