Skip to content

Commit cd013b4

Browse files
CI: Fix error when creating postgresql db (#29655)
1 parent 57490b1 commit cd013b4

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)