We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f945a2 commit 8016b5aCopy full SHA for 8016b5a
ci/setup_env.sh
@@ -87,11 +87,6 @@ echo "w/o removing anything else"
87
conda remove pandas -y --force || true
88
pip uninstall -y pandas || true
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
echo
96
echo "remove qt"
97
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"
0 commit comments