fix: TB regression workflow fixes (venv, Modal, warnings) (#1385)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Devansh Jain
2026-03-13 16:27:01 -07:00
committed by GitHub
parent 7d3b4a4500
commit 877ad1ada0
2 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
apt-get update
apt-get install -y curl git unzip
apt-get install -y curl git unzip build-essential
# Install Node.js (required to run the letta CLI)
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -