From 40a02f0bc0ee1b59327f626db00d40b9de00b7ba Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Fri, 27 Nov 2020 18:04:35 +0000 Subject: [PATCH] fix typo (#118) --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 80f6bf6..538cd97 100644 --- a/config.sh +++ b/config.sh @@ -26,7 +26,7 @@ function run_tests { # Runs tests on installed distribution from an empty directory export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))') echo $PATH - echo ${MB_PYTHNO_VERSION} + echo ${MB_PYTHON_VERSION} which -a python pip list python -c 'import pandas; pandas.show_versions()'