Skip to content

Commit 8a65c4b

Browse files
datapythonistaproost
authored andcommitted
CI: Fix error when creating postgresql db (pandas-dev#29655)
1 parent 2c4babd commit 8a65c4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/setup_env.sh

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ echo "w/o removing anything else"
114114
conda remove pandas -y --force || true
115115
pip uninstall -y pandas || true
116116

117+
echo
118+
echo "remove postgres if has been installed with conda"
119+
echo "we use the one from the CI"
120+
conda remove postgresql -y --force || true
121+
117122
echo
118123
echo "conda list pandas"
119124
conda list pandas

0 commit comments

Comments
 (0)