Skip to content

Commit ac6b557

Browse files
datapythonistaMateusz Górski
authored and
Mateusz Górski
committed
CI: Fix error when creating postgresql db (pandas-dev#29655)
1 parent 92a9c53 commit ac6b557

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)