From 96185a7c8e47a891a4a8c7ba4d402e7991c485cc Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 28 Sep 2024 18:14:57 +0300 Subject: [PATCH] fixup py-ci --- .github/workflows/py-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/py-ci.yml b/.github/workflows/py-ci.yml index 7fed5c9..12f7152 100644 --- a/.github/workflows/py-ci.yml +++ b/.github/workflows/py-ci.yml @@ -16,6 +16,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install pylint + - name: Test with unittest run: | PYTHONPATH=py/ python3 -m unittest discover -v py/tests