Use UV for pip
CI / lint (push) Successful in 5s
CI / test (push) Successful in 19s
Build edge-node / build (push) Successful in 1m40s

This commit is contained in:
Logan
2026-04-21 22:36:09 -04:00
parent 177aa52175
commit 36f82d9e3d
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /app WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install uv && uv pip install --system --no-cache-dir -r requirements.txt
COPY app/ ./app/ COPY app/ ./app/
COPY tests/ ./tests/ COPY tests/ ./tests/