We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86f4c0 commit 6e10062Copy full SHA for 6e10062
1 file changed
DyLin_DynaPyt_Experiment/run_pymop_libs_8_with_pymop.sh
@@ -52,6 +52,9 @@ cd "$TESTING_REPO_NAME" || { echo "Failed to enter directory $TESTING_REPO_NAME"
52
# Create a virtual environment in the project directory using Python's built-in venv
53
python3 -m venv venv
54
55
+# Activate the virtual environment
56
+source venv/bin/activate
57
+
58
# Special handling for some repositories
59
if [ "${DEVELOPER_ID}-${TESTING_REPO_NAME}_${target_sha}" == "alstr-todo-to-issue-action_165cd5e" ]; then
60
sed -i '' \
@@ -70,7 +73,6 @@ fi
70
73
71
74
# Install numpy
72
75
pip install numpy==2.3.5
-pip install setuptools wheel
76
77
# Install dependencies from all requirement files if they exist
78
for file in *.txt; do
0 commit comments