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"
87
87
conda remove pandas -y --force || true
88
88
pip uninstall -y pandas || true
89
89
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
-
95
90
echo
96
91
echo " remove qt"
97
92
echo " causes problems with the clipboard, we use xsel for that"
@@ -117,13 +112,4 @@ echo
117
112
echo " conda list"
118
113
conda list
119
114
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
129
115
echo " done"
You can’t perform that action at this time.
0 commit comments