Install brz-debian.

This commit is contained in:
Jelmer Vernooij 2021-02-05 17:34:12 +00:00
parent 8d5dc49b39
commit b7f2f8dbe3
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip flake8 cython
mkdir -p $HOME/.config/breezy/plugins
bzr branch lp:brz-debian $HOME/.config/breezy/plugins/debian
python setup.py develop
- name: Style checks
run: |

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ build
ognibuild.egg-info
dist
__pycache__
.eggs