diff --git a/bootstrap.sh b/bootstrap.sh index b23aa8da2..13092bc3c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,5 @@ #!/bin/bash +export SKIP_PERF_CHECKS=1 export PIPENV_VENV_IN_PROJECT="enabled" APP="$@" if [ $# -lt "1" ]