diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d363008..30ba73c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index ab3b19e..c6f2c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ pylint pytest pytest-cov pyyaml +pytap2