fix error in web v2

This commit is contained in:
Chuck
2025-07-27 21:12:55 -05:00
parent 6ae4451c51
commit 4a7138205c
3 changed files with 113 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ def main():
venv_python = venv_path / 'bin' / 'python'
venv_pip = venv_path / 'bin' / 'pip'
# Install dependencies
# Always install dependencies to ensure everything is up to date
logger.info("Installing dependencies...")
try:
subprocess.check_call([