Unverified Commit 2247dc66 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fix flaky Azure Pipelines jobs (#4095)

* Update test.sh

* Update setup.sh

* Update .vsts-ci.yml

* Update test.sh

* Update setup.sh

* Update .vsts-ci.yml

* Update setup.sh

* Update setup.sh
parent 6ac2ffe0
......@@ -44,6 +44,8 @@ else # Linux
libicu66 \
libssl1.1 \
libunwind8 \
libxau-dev \
libxrender1 \
locales \
netcat \
unzip \
......@@ -81,6 +83,8 @@ else # Linux
apt-get update
apt-get install --no-install-recommends -y \
curl \
libxau-dev \
libxrender1 \
lsb-release \
software-properties-common
if [[ $COMPILER == "clang" ]]; then
......
......@@ -103,8 +103,7 @@ conda install -q -y -n $CONDA_ENV cloudpickle dask distributed joblib matplotlib
conda install -q -y \
-n $CONDA_ENV \
-c conda-forge \
python-graphviz \
xorg-libxau
python-graphviz
if [[ $OS_NAME == "macos" ]] && [[ $COMPILER == "clang" ]]; then
# fix "OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized." (OpenMP library conflict due to conda's MKL)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment