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

fix typo #118

Merged
merged 1 commit into from
Nov 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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