From 6330055a015a589031461b541495e6aa6d46a1f0 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 23 Dec 2024 11:16:05 +0100 Subject: [PATCH] Check with Ubuntu 22.04 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a44fbec8..ca5a8da66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -252,7 +252,7 @@ jobs: lint-pylint: name: Check pylint - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: prepare steps: - name: Check out code from GitHub @@ -279,6 +279,7 @@ jobs: echo "::add-matcher::.github/workflows/matchers/pylint.json" - name: Run pylint run: | + dpkg -l . venv/bin/activate pylint supervisor tests