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