We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aff4606 + cb658fa commit 9e00fefCopy full SHA for 9e00fef
1 file changed
inc/python
@@ -80,6 +80,8 @@ function pip_install {
80
return
81
fi
82
83
+ time_start "pip_install"
84
+
85
PIP_UPGRADE=$(trueorfalse False PIP_UPGRADE)
86
if [[ "$PIP_UPGRADE" = "True" ]] ; then
87
upgrade="--upgrade"
@@ -137,6 +139,8 @@ function pip_install {
137
139
$cmd_pip $upgrade \
138
140
-r $test_req
141
142
143
+ time_stop "pip_install"
144
}
145
146
# get version of a package from global requirements file
0 commit comments