Avoid use of breezy-debian.
This commit is contained in:
parent
dc29ed8b1d
commit
3fe7cb2a7e
6 changed files with 55 additions and 31 deletions
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
|
@ -20,13 +20,12 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- 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 -m pip install --upgrade pip flake8 cython mypy
|
||||
python setup.py develop
|
||||
- name: Style checks
|
||||
run: |
|
||||
python -m flake8
|
||||
python -m mypy
|
||||
- name: Typing checks
|
||||
run: |
|
||||
pip install -U mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue