From 2504ded57a398941e4dd5220308b841ca06cab61 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Wed, 7 Feb 2024 09:14:06 -0800 Subject: [PATCH] remove unnecessary cd --- ci/run_benchmark_pytests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/run_benchmark_pytests.sh b/ci/run_benchmark_pytests.sh index 2952c9ac..e23473e2 100755 --- a/ci/run_benchmark_pytests.sh +++ b/ci/run_benchmark_pytests.sh @@ -3,9 +3,6 @@ set -euo pipefail -# Support invoking run_pytests.sh outside the script directory -cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../ - # cd to root directory to prevent repo's `ucp` directory from being used # in subsequent commands pushd /