gomoku / DI-engine /ding /scripts /docker-test.sh
zjowowen's picture
init space
079c32c
raw
history blame
251 Bytes
#!/usr/bin/env bash
if [ ! -f /.dockerenv ]; then
echo "This script should be executed in docker container"
exit 1
fi
pip install --ignore-installed 'PyYAML<6.0'
pip install -e .[test,k8s] &&
./ding/scripts/install-k8s-tools.sh &&
make test