From cb61a4076742fbce09ec7354e31916556983fb94 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Mon, 6 Dec 2021 23:24:13 -0800 Subject: [PATCH] more tweaks for ci --- .github/workflows/ci.yml | 5 +++-- requirements.txt | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc39ab5..3ffdc7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index c6f2c76..5ebd66b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,12 @@ markdown -pdoc3 +pyserial +protobuf +dotmap +pexpect +pyqrcode +pygatt +tabulate +timeago webencodings pyparsing twine