From 5b9c30e118e452bda36f1e7538dcb53a2fa06934 Mon Sep 17 00:00:00 2001 From: Quentin Madec Date: Thu, 30 Mar 2017 15:53:08 -0400 Subject: [PATCH] [ci] re-add the INSTALL section --- lib/tasks/ci/common.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/ci/common.rb b/lib/tasks/ci/common.rb index 1bf79a9..2582a22 100644 --- a/lib/tasks/ci/common.rb +++ b/lib/tasks/ci/common.rb @@ -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'