Install brz-debian.
This commit is contained in:
parent
8d5dc49b39
commit
b7f2f8dbe3
2 changed files with 3 additions and 0 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -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
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ build
|
|||
ognibuild.egg-info
|
||||
dist
|
||||
__pycache__
|
||||
.eggs
|
||||
|
|
Loading…
Add table
Reference in a new issue