Install python-debian from git, to fix build on Windows.

This commit is contained in:
Jelmer Vernooij 2021-02-16 01:17:03 +00:00
parent 0133fb90ec
commit 43cb8ebb1b

View file

@ -20,7 +20,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip flake8 cython
python -m pip install --upgrade pip flake8 cython \
git+https://salsa.debian.org/python-debian-team/python-debian
python setup.py develop
- name: Style checks
run: |