Skip to content

Commit 9c1071b

Browse files
authored
CI: fix pip install (#18990)
1 parent 21f2412 commit 9c1071b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/install_travis.sh

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ time conda create -n pandas --file=${REQ} || exit 1
106106

107107
source activate pandas
108108

109+
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
110+
python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
111+
109112
# may have addtl installation instructions for this build
110113
echo
111114
echo "[build addtl installs]"

0 commit comments

Comments
 (0)