From b5ca7f9aa531bedb008d2cae54a9d64f8d9db078 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Wed, 11 Sep 2024 10:19:48 -0700 Subject: [PATCH] continue debugging workflow 25 --- code/ws_client/requirements.sh | 2 +- code/ws_server/requirements.sh | 2 +- code/ws_server_with_reply/requirements.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/ws_client/requirements.sh b/code/ws_client/requirements.sh index 38bb948..35ee5f0 100755 --- a/code/ws_client/requirements.sh +++ b/code/ws_client/requirements.sh @@ -24,7 +24,7 @@ python -m pip install --upgrade pip # Install packages from the requirements.txt file. script_dir=$(dirname "$(crossplatform_realpath "${BASH_SOURCE[0]}")") -requirements_path = "${script_dir}/requirements.txt" +requirements_path="${script_dir}/requirements.txt" if [ -f "$requirements_path" ]; then echo "Installing packages from requirements.txt..." pip install -r $requirements_path diff --git a/code/ws_server/requirements.sh b/code/ws_server/requirements.sh index 38bb948..35ee5f0 100755 --- a/code/ws_server/requirements.sh +++ b/code/ws_server/requirements.sh @@ -24,7 +24,7 @@ python -m pip install --upgrade pip # Install packages from the requirements.txt file. script_dir=$(dirname "$(crossplatform_realpath "${BASH_SOURCE[0]}")") -requirements_path = "${script_dir}/requirements.txt" +requirements_path="${script_dir}/requirements.txt" if [ -f "$requirements_path" ]; then echo "Installing packages from requirements.txt..." pip install -r $requirements_path diff --git a/code/ws_server_with_reply/requirements.sh b/code/ws_server_with_reply/requirements.sh index 38bb948..35ee5f0 100755 --- a/code/ws_server_with_reply/requirements.sh +++ b/code/ws_server_with_reply/requirements.sh @@ -24,7 +24,7 @@ python -m pip install --upgrade pip # Install packages from the requirements.txt file. script_dir=$(dirname "$(crossplatform_realpath "${BASH_SOURCE[0]}")") -requirements_path = "${script_dir}/requirements.txt" +requirements_path="${script_dir}/requirements.txt" if [ -f "$requirements_path" ]; then echo "Installing packages from requirements.txt..." pip install -r $requirements_path