Fix Python environment for distributed unit tests (#3806)
This commit is contained in:
committed by
GitHub
parent
b38c636d05
commit
55ee9a92a1
@@ -147,6 +147,11 @@ fi
|
||||
if [ ${TASK} == "distributed_test" ]; then
|
||||
set -e
|
||||
make all || exit -1
|
||||
echo "-------------------------------"
|
||||
source activate python3
|
||||
python --version
|
||||
conda install numpy scipy
|
||||
python -m pip install kubernetes
|
||||
cd tests/distributed
|
||||
./runtests.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user