Skip to content

Commit

Permalink
Add stdeb apt dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jul 4, 2024
1 parent 3cbfe10 commit 2eda883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2eda883

Please sign in to comment.