Add missing deps.
This commit is contained in:
parent
ecd4906be1
commit
503537327a
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
|
@ -21,8 +21,12 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
mkdir -p ~/.config/breezy/plugins
|
||||
brz branch lp:brz-debian ~/.config/breezy/plugins/debian
|
||||
- name: Style checks
|
||||
run: |
|
||||
python -m flake8
|
||||
|
|
Loading…
Add table
Reference in a new issue