Avoid use of breezy-debian.

This commit is contained in:
Jelmer Vernooij 2021-02-10 01:54:29 +00:00
parent dc29ed8b1d
commit 3fe7cb2a7e
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
6 changed files with 55 additions and 31 deletions

View file

@ -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