Skip to content

CI: fix pip install #18990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2017
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
3 changes: 3 additions & 0 deletions ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ time conda create -n pandas --file=${REQ} || exit 1

source activate pandas

# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"

# may have addtl installation instructions for this build
echo
echo "[build addtl installs]"
Expand Down