Skip to content
Snippets Groups Projects
Commit fc8679aa authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

Revert "fix : missing dep"

This reverts commit 1d18d008.
parent 2fdf6b01
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -8,7 +8,7 @@ static_analysis:python: ...@@ -8,7 +8,7 @@ static_analysis:python:
- static_analysis - static_analysis
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y python-is-python3 python3-pip cmake # cmake for aidge_core tests - apt-get install -y python-is-python3 python3-pip
- python -m pip install pylint pylint-gitlab - python -m pip install pylint pylint-gitlab
script: script:
- pylint --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter ${CI_PROJECT_NAME}/ > codeclimate.json - pylint --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter ${CI_PROJECT_NAME}/ > codeclimate.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment