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: |