Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] install pip dependencies before lint-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Feb 11, 2020
1 parent 984a7d4 commit 8e0c169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/jobs/elastic+helm-charts+master+template-lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
#!/usr/local/bin/runbld
set -euo pipefail
virtualenv venv && source venv/bin/activate
pip install -r requirements.txt
make lint-python
2 changes: 2 additions & 0 deletions .ci/jobs/elastic+helm-charts+pull-request+lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
#!/usr/local/bin/runbld
set -euo pipefail
virtualenv venv && source venv/bin/activate
pip install -r requirements.txt
make lint-python

0 comments on commit 8e0c169

Please sign in to comment.