fix tests

This commit is contained in:
Adil Hafeez 2025-12-26 00:55:12 -08:00
parent a57aa8b145
commit 72b0adef76
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 722 additions and 6 deletions

View file

@ -39,8 +39,7 @@ COPY cli/pyproject.toml ./
COPY cli/uv.lock ./
COPY cli/README.md ./
# Install dependencies using uv
RUN uv sync --frozen --no-dev
RUN uv run pip install --no-cache-dir .
# Copy the rest of the application
COPY cli .