079c32c
1
2
3
4
5
6
7
8
9
10
11
12
#!/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