Skip to content

Commit 48df0e0

Browse files
committed
Merge pull request pandas-dev#9657 from jreback/fix
CI: don't remove python-dateutil at end of install
2 parents c03f84b + 40a54b5 commit 48df0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_conda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fi
9898

9999
python setup.py build_ext --inplace && python setup.py develop
100100

101-
for package in beautifulsoup4 'python-dateutil'; do
101+
for package in beautifulsoup4; do
102102
pip uninstall --yes $package
103103
done
104104

0 commit comments

Comments
 (0)