mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 03:17:54 -05:00
add pytap2 and a quick int check after installing on ci
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
||||
meshtastic --version
|
||||
- name: Run pylint
|
||||
run: pylint --exit-zero meshtastic
|
||||
- name: Run tests with pytest
|
||||
|
||||
@@ -8,3 +8,4 @@ pylint
|
||||
pytest
|
||||
pytest-cov
|
||||
pyyaml
|
||||
pytap2
|
||||
|
||||
Reference in New Issue
Block a user