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

Commit c57fcf1

Browse files
add PANDAS_CI environment variable (used in tests) (#180)
1 parent 51c655b commit c57fcf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function build_wheel {
2525
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))')
28+
export PANDAS_CI=1
2829
echo $PATH
2930
echo ${MB_PYTHON_VERSION}
3031
which -a python

0 commit comments

Comments
 (0)