We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8869e47 commit 91ab75cCopy full SHA for 91ab75c
ci/incremental/setup_conda_environment.sh
@@ -33,8 +33,6 @@ pip uninstall -y pandas
33
echo
34
echo "[no installed pandas]"
35
conda list pandas
36
-# Add the grep -v grep so that exit with 0
37
-pip list --format columns | grep pandas | {grep -v grep || true; }
38
39
# # Install the compiler toolchain
40
# if [[ $(uname) == Linux ]]; then
0 commit comments