Skip to content

Commit

Permalink
uv sync (for rich)
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Dec 4, 2024
1 parent c1368ef commit 756e6ec
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/halmos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ ENV PATH="/halmos/bin:$PATH" \
UV_LINK_MODE=copy

# Install halmos, assuming it is checked out in the current host directory
# --locked is used to avoid updating uv.lock, and instead fails if the lockfile is out of date
RUN --mount=type=bind,source=../..,target=/src,readonly=false \
cd /src && \
uv sync --frozen --extra dev --no-editable
uv sync --locked --extra dev --no-editable

# Set a nicer prompt
ENV IMAGE_NAME=halmos
Expand Down
47 changes: 46 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 756e6ec

Please sign in to comment.