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

fixup! [meta] install pip dependencies before lint-python #477

Merged
merged 1 commit into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#!/usr/local/bin/runbld
set -euo pipefail

virtualenv venv && source venv/bin/activate
virtualenv -p python3 venv && source venv/bin/activate
pip install -r requirements.txt
make lint-python
2 changes: 1 addition & 1 deletion .ci/jobs/elastic+helm-charts+pull-request+lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#!/usr/local/bin/runbld
set -euo pipefail

virtualenv venv && source venv/bin/activate
virtualenv -p python3 venv && source venv/bin/activate
pip install -r requirements.txt
make lint-python