fix(eval): Use cp -r instead of mv for SWE-Bench Initialization (#5659)

This commit is contained in:
Xingyao Wang 2024-12-17 16:21:27 -05:00 committed by GitHub
parent 3297e4d5a8
commit 9cdb8d06c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ if [ -d /workspace/$WORKSPACE_NAME ]; then
rm -rf /workspace/$WORKSPACE_NAME
fi
mkdir -p /workspace
mv /testbed /workspace/$WORKSPACE_NAME
cp -r /testbed /workspace/$WORKSPACE_NAME
# Activate instance-specific environment
. /opt/miniconda3/etc/profile.d/conda.sh