Skip to content

Commit fd5ebc4

Browse files
committed
removed all installs
1 parent 9683cb2 commit fd5ebc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "Checking for virtual environment folder..."
3838
# fi
3939

4040
# if [ "$OSTYPE" = "darwin"* ]; then
41-
echo "Installing uv on Darwin"
41+
echo "Installing uv on Darwin"
4242
# brew install uv
4343
# fi
4444
# fi
@@ -48,8 +48,8 @@ echo "Installing uv on Darwin"
4848
# echo "Virtual environment activated: $VENV_NAME"
4949

5050
echo "Installing dependencies from requirements.txt..."
51-
uv pip install --upgrade pip
52-
uv pip install -r requirements.txt
51+
# uv pip install --upgrade pip
52+
# uv pip install -r requirements.txt
5353
echo "Dependencies installation complete."
5454

5555
PYTHON_LIB_PATH=$(find .venv/lib -type d -name "python3.*" -print -quit)

0 commit comments

Comments
 (0)