Skip to content

Commit 6e10062

Browse files
committed
Fix mistake
1 parent f86f4c0 commit 6e10062

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

DyLin_DynaPyt_Experiment/run_pymop_libs_8_with_pymop.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ cd "$TESTING_REPO_NAME" || { echo "Failed to enter directory $TESTING_REPO_NAME"
5252
# Create a virtual environment in the project directory using Python's built-in venv
5353
python3 -m venv venv
5454

55+
# Activate the virtual environment
56+
source venv/bin/activate
57+
5558
# Special handling for some repositories
5659
if [ "${DEVELOPER_ID}-${TESTING_REPO_NAME}_${target_sha}" == "alstr-todo-to-issue-action_165cd5e" ]; then
5760
sed -i '' \
@@ -70,7 +73,6 @@ fi
7073

7174
# Install numpy
7275
pip install numpy==2.3.5
73-
pip install setuptools wheel
7476

7577
# Install dependencies from all requirement files if they exist
7678
for file in *.txt; do

0 commit comments

Comments
 (0)