diff --git a/config.sh b/config.sh index d2527ac..d7f7b96 100644 --- a/config.sh +++ b/config.sh @@ -25,6 +25,7 @@ function build_wheel { function run_tests { # Runs tests on installed distribution from an empty directory export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))') + export PANDAS_CI=1 echo $PATH echo ${MB_PYTHON_VERSION} which -a python