We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8556f1 commit 073ab6cCopy full SHA for 073ab6c
1 file changed
src/datasmith/docker/docker_build_env.sh
@@ -52,8 +52,7 @@ elif [[ "$URL" =~ ^(https://)?(www\.)?github\.com/joblib/joblib(\.git)?$ ]]; the
52
git clone https://github.com/pierreglaser/joblib_benchmarks.git /tmp/repo
53
cp -r /tmp/repo/* /workspace/repo/
54
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/
+ git clone -b main https://github.com/astropy/astropy-benchmarks.git --single-branch
57
fi
58
59
IMPORT_NAME="$(detect_import_name || true)"
0 commit comments