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

add PANDAS_CI environment variable (used in tests) #180

Merged
merged 4 commits into from
Apr 4, 2022
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
1 change: 1 addition & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down