Skip to content

Commit

Permalink
Update python_tests.sh (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Dec 20, 2021
1 parent 021efcd commit bda8b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bash miniconda.sh -b -p $CONDA_PATH
conda config --set always_yes yes --set changeps1 no
conda update -q conda
if [[ $TASK == "R_PACKAGE" ]]; then
conda create -q -n $CONDA_ENV python=$PYTHON_VERSION pip openssl libffi --no-deps
conda create -q -n $CONDA_ENV python=$PYTHON_VERSION pip openssl libffi zlib --no-deps
source activate $CONDA_ENV
pip install setuptools joblib numpy scikit-learn scipy pandas wheel
else
Expand Down

0 comments on commit bda8b88

Please sign in to comment.