File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ before_install:
135135 export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
136136 fi
137137install :
138- - while python -mpip uninstall virtualenv; do echo; done
138+ - python -mpip uninstall virtualenv --yes
139+ - python -mpip uninstall virtualenv --yes
139140 - python -mpip install --progress-bar=off --upgrade --ignore-installed -rci/requirements.txt
140141 - virtualenv --version
141142 - pip --version
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ before_install:
5858 export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
5959 fi
6060install :
61- - while python -mpip uninstall virtualenv; do echo; done
61+ - python -mpip uninstall virtualenv --yes
62+ - python -mpip uninstall virtualenv --yes
6263 - python -mpip install --progress-bar=off --upgrade --ignore-installed -rci/requirements.txt
6364 - virtualenv --version
6465 - pip --version
You can’t perform that action at this time.
0 commit comments