From 07c0fc002af727fe1f0b01f45c40d16c97e62123 Mon Sep 17 00:00:00 2001 From: Jay Zhuang Date: Thu, 10 Dec 2020 20:36:44 -0800 Subject: [PATCH] Fix pyenv-version-name not found issue (#7768) Summary: Remove the workaround for that. Pull Request resolved: https://github.com/facebook/rocksdb/pull/7768 Reviewed By: cheng-chang Differential Revision: D25487150 Pulled By: jay-zhuang fbshipit-source-id: 4514dfc64eb56d2dad48f9a24176c21af8107def --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b86a7d9a..7a65a2961 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,7 +84,7 @@ commands: name: Install gtest-parallel command: | git clone --single-branch --branch master --depth 1 https://github.com/google/gtest-parallel.git ~/gtest-parallel - echo "export PATH=$HOME/gtest-parallel:$PATH" >> $BASH_ENV + echo 'export PATH=$HOME/gtest-parallel:$PATH' >> $BASH_ENV executors: windows-2xlarge: @@ -433,7 +433,7 @@ jobs: sed -i 's/[[:space:]]*$//; s/ / \.\//g; s/.*/.\/&/' /tmp/test_list cat /tmp/test_list export TEST_TMPDIR=/tmp/rocksdb_test_tmp - /usr/bin/python ../gtest-parallel/gtest-parallel $(