Skip to content

Commit 073ab6c

Browse files
committed
small changes to env
1 parent a8556f1 commit 073ab6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/datasmith/docker/docker_build_env.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ elif [[ "$URL" =~ ^(https://)?(www\.)?github\.com/joblib/joblib(\.git)?$ ]]; the
5252
git clone https://github.com/pierreglaser/joblib_benchmarks.git /tmp/repo
5353
cp -r /tmp/repo/* /workspace/repo/
5454
elif [[ "$URL" =~ ^(https://)?(www\.)?github\.com/astropy/astropy(\.git)?$ ]]; then
55-
git clone -b main https://github.com/astropy/astropy-benchmarks.git --single-branch /tmp/repo
56-
cp -r /tmp/repo/* /workspace/repo/
55+
git clone -b main https://github.com/astropy/astropy-benchmarks.git --single-branch
5756
fi
5857

5958
IMPORT_NAME="$(detect_import_name || true)"

0 commit comments

Comments
 (0)