Install debian extra.

This commit is contained in:
Jelmer Vernooij 2021-03-03 01:18:33 +00:00
parent 7a6e1af492
commit 8f39cc839b
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8

View file

@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip flake8 cython
python -m pip install git+https://github.com/jelmer/buildlog-consultant
python setup.py develop
python -m pip install -e ".[debian]"
mkdir -p ~/.config/breezy/plugins
brz branch lp:brz-debian ~/.config/breezy/plugins/debian
- name: Style checks