From 24a97aba103985182316c938f95949f5e09bf838 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Mon, 4 May 2020 10:40:28 -0700 Subject: [PATCH] [BRING BACK TO MASTER] add pip install upgrade to the command. --- ci/long_running_tests/ray-project/cluster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/long_running_tests/ray-project/cluster.yaml b/ci/long_running_tests/ray-project/cluster.yaml index 10f9c6db6..b0be09aaa 100644 --- a/ci/long_running_tests/ray-project/cluster.yaml +++ b/ci/long_running_tests/ray-project/cluster.yaml @@ -36,6 +36,7 @@ worker_nodes: setup_commands: # Install latest TensorFlow - source activate tensorflow_p36 && conda remove -y --force wrapt || true + - source activate tensorflow_p36 && pip install --upgrade pip - source activate tensorflow_p36 && pip install -U tensorflow==1.14 - echo set-window-option -g mouse on > ~/.tmux.conf - echo 'termcapinfo xterm* ti@:te@' > ~/.screenrc