Skip to content

Commit 8016b5a

Browse files
authored
CLN: Remove unused db setup_env.sh commands (#45042)
1 parent 9f945a2 commit 8016b5a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

ci/setup_env.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ echo "w/o removing anything else"
8787
conda remove pandas -y --force || true
8888
pip 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-
9590
echo
9691
echo "remove qt"
9792
echo "causes problems with the clipboard, we use xsel for that"
@@ -117,13 +112,4 @@ echo
117112
echo "conda list"
118113
conda 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
129115
echo "done"

0 commit comments

Comments
 (0)