From 2eda883ff31fb115d85421458827a37f609b7a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Wed, 3 Jul 2024 17:19:40 -0700 Subject: [PATCH] Add stdeb apt dependencies. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6b2dba..c833339 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install -r requirements.txt + sudo apt install -y dh-python python3-all - name: Lint continue-on-error: true run: |