Fix debian install.
This commit is contained in:
parent
05bad21f1f
commit
ae493f85c9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
|
@ -22,9 +22,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip flake8 cython
|
python -m pip install --upgrade pip flake8 cython
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
- name: Install Debian-specific dependencies
|
||||||
|
run: |
|
||||||
|
apt install libapt-pkg-dev
|
||||||
|
python -m pip install git+https://salsa.debian.org/apt-team/python-apt
|
||||||
python -m pip install -e ".[debian]"
|
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
|
||||||
|
if: "matrix.os == 'ubuntu-latest'"
|
||||||
- name: Style checks
|
- name: Style checks
|
||||||
run: |
|
run: |
|
||||||
python -m flake8
|
python -m flake8
|
||||||
|
|
Loading…
Add table
Reference in a new issue