File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,6 @@ echo "w/o removing anything else"
8787conda remove pandas -y --force || true
8888pip uninstall -y pandas || true
8989
90- echo
91- echo " remove postgres if has been installed with conda"
92- echo " we use the one from the CI"
93- conda remove postgresql -y --force || true
94-
9590echo
9691echo " remove qt"
9792echo " causes problems with the clipboard, we use xsel for that"
@@ -117,13 +112,4 @@ echo
117112echo " conda list"
118113conda list
119114
120- # Install DB for Linux
121-
122- if [[ -n ${SQL: 0} ]]; then
123- echo " installing dbs"
124- mysql -e ' create database pandas_nosetest;'
125- psql -c ' create database pandas_nosetest;' -U postgres
126- else
127- echo " not using dbs on non-linux Travis builds or Azure Pipelines"
128- fi
129115echo " done"
You can’t perform that action at this time.
0 commit comments