Add missing deps.

This commit is contained in:
Jelmer Vernooij 2021-02-16 18:54:04 +00:00
parent ecd4906be1
commit 503537327a

View file

@ -21,8 +21,12 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip flake8 cython \ python -m pip install --upgrade pip flake8 cython \
git+https://salsa.debian.org/python-debian-team/python-debian git+https://salsa.debian.org/python-debian-team/python-debian \
git+https://salsa.debian.org/jelmer/lintian-brush \
brz
python setup.py develop python setup.py develop
mkdir -p ~/.config/breezy/plugins
brz branch lp:brz-debian ~/.config/breezy/plugins/debian
- name: Style checks - name: Style checks
run: | run: |
python -m flake8 python -m flake8