Skip to content

Commit 40a54b5

Browse files
committed
CI: don't remove python-dateutil at end of install
1 parent c03f84b commit 40a54b5

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)