CI: fix incorrect py-flake8 package name (!736)
This commit is contained in:
parent
ed0e78eb80
commit
a92c06bfea
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ testcases-linting:
|
|||
changes:
|
||||
- .gitlab-ci/*
|
||||
before_script:
|
||||
- apk -q add py3-flake8
|
||||
- apk -q add py-flake8
|
||||
script:
|
||||
- flake8 --ignore E501,F401,E722,W504,W605
|
||||
|
||||
|
|
Loading…
Reference in a new issue