This commit is contained in:
2025-08-20 05:49:47 +02:00
parent 155ca42954
commit c151e0749a
6 changed files with 12 additions and 225 deletions

View File

@@ -39,6 +39,7 @@ fi
# Sync dependencies
echo -e "${YELLOW}📦 Installing dependencies with uv...${NC}"
uv sync
uv pip install -e .
if [ -d "$HOME/code/git.ourworld.tf/herocode/herolib_python/herolib" ]; then
echo -e "${GREEN}✅ Found local herolib, installing...${NC}"
uv pip install -e "$HOME/code/git.ourworld.tf/herocode/herolib_python"