We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f20883 commit 1101391Copy full SHA for 1101391
ci/install.sh
@@ -93,6 +93,7 @@ if [ x"$FULL_DEPS" == x"true" ]; then
93
time sudo apt-get $APT_ARGS remove python-lxml
94
fi
95
96
+ pip install $PIP_ARGS lxml
97
# fool statsmodels into thinking pandas was already installed
98
# so it won't refuse to install itself.
99
0 commit comments