Fix syntax.
This commit is contained in:
parent
d2f7f3eac6
commit
b945a0f677
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
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.python-version != 'pypy3' and matrix.os == 'ubuntu-latest'"
|
if: "matrix.python-version != 'pypy3' && 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