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 92a9c53 commit ac6b557Copy full SHA for ac6b557
ci/setup_env.sh
@@ -114,6 +114,11 @@ echo "w/o removing anything else"
114
conda remove pandas -y --force || true
115
pip uninstall -y pandas || true
116
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
+
122
echo
123
echo "conda list pandas"
124
conda list pandas
0 commit comments