Skip to content

Commit 91ab75c

Browse files
committed
Just remove the check
1 parent 8869e47 commit 91ab75c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/incremental/setup_conda_environment.sh

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ pip uninstall -y pandas
3333
echo
3434
echo "[no installed pandas]"
3535
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; }
3836

3937
# # Install the compiler toolchain
4038
# if [[ $(uname) == Linux ]]; then

0 commit comments

Comments
 (0)