Install debian extra.
This commit is contained in:
parent
7a6e1af492
commit
8f39cc839b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -21,8 +21,8 @@ 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
|
||||||
python -m pip install git+https://github.com/jelmer/buildlog-consultant
|
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
python -m pip install -e ".[debian]"
|
||||||
mkdir -p ~/.config/breezy/plugins
|
mkdir -p ~/.config/breezy/plugins
|
||||||
brz branch lp:brz-debian ~/.config/breezy/plugins/debian
|
brz branch lp:brz-debian ~/.config/breezy/plugins/debian
|
||||||
- name: Style checks
|
- name: Style checks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue