Install python-debian from git, to fix build on Windows.
This commit is contained in:
parent
0133fb90ec
commit
43cb8ebb1b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue