Skip to content

Commit

Permalink
pip install -r python/requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 17, 2020
1 parent bf15d99 commit b9e48c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jenkins-x-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ pipelineConfig:
sh: "./add-pr-build-comment"
- name: lint-checks
parallel:
- name: pip-install-
command: python3
args:
- -m pip install -r python/requirements-dev.txt
- name: python-lint-task
steps:
- name: python-lint
args:
- -C python
- setup_linter
- run_linter_check
command: make
- name: python-lint-with-flake8
Expand Down

0 comments on commit b9e48c5

Please sign in to comment.