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

Commit

Permalink
[ci] re-add the INSTALL section
Browse files Browse the repository at this point in the history
  • Loading branch information
degemer committed Mar 30, 2017
1 parent feb85c7 commit 5b9c30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/ci/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ def can_skip?
end

task :install, [:flavor] do |t, attr|
section('INSTALL')

flavor = attr[:flavor]
use_venv = in_venv
pip_command = use_venv ? 'venv/bin/pip' : 'pip'
Expand Down

0 comments on commit 5b9c30e

Please sign in to comment.