mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 06:17:44 -04:00
see if we can validate if we can run the cli from just the build
This commit is contained in:
1 parent
28a72218fc
commit
8aa165ec93
1 file changed
+13
@@ -32,3 +32,16 @@ jobs:
|
||||
run: pylint meshtastic
|
||||
- name: Run tests with pytest
|
||||
run: pytest --cov=meshtastic
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Python 3
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install meshtastic from local
|
||||
run: |
|
||||
pip3 install .
|
||||
which meshtastic
|
||||
meshtastic --version
|
||||
Reference in new issue
Block a user