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

Commit

Permalink
fix typo (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Nov 27, 2020
1 parent b67acd0 commit 40a02f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()'
Expand Down

0 comments on commit 40a02f0

Please sign in to comment.