mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add deps for wheel build
This commit is contained in:
parent
be4c7b53f9
commit
75f918fe13
@ -51,8 +51,11 @@ pylint:
|
||||
- if: "$CODE_QUALITY_DISABLED"
|
||||
when: never
|
||||
- if: "$CI_COMMIT_TAG || $CI_COMMIT_BRANCH"
|
||||
script:
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add gcc python3-dev linux-headers build-base
|
||||
- pip3 install --no-cache-dir -r requirements.txt
|
||||
script:
|
||||
- pylint --exit-zero --load-plugins=pylint_gitlab --output-format=gitlab-codeclimate:codeclimate.json $(find -type f -name "*.py" ! -path "**/.venv/**" ! -path "**/app/migrations/**")
|
||||
artifacts:
|
||||
reports:
|
||||
|
Loading…
Reference in New Issue
Block a user