Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 40a02f0

Browse files
fix typo (#118)
1 parent b67acd0 commit 40a02f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function run_tests {
2626
# Runs tests on installed distribution from an empty directory
2727
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
2828
echo $PATH
29-
echo ${MB_PYTHNO_VERSION}
29+
echo ${MB_PYTHON_VERSION}
3030
which -a python
3131
pip list
3232
python -c 'import pandas; pandas.show_versions()'

0 commit comments

Comments
 (0)