Skip to content

Commit

Permalink
ci(docs): fix build by checking out uv.lock after building a temporar…
Browse files Browse the repository at this point in the history
…y wheel
  • Loading branch information
cpcloud committed Dec 21, 2024
1 parent 42b333b commit 7bd6b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ build-jupyterlite:
ibis_dev_version="$(just bump-version)"
uv build --wheel

git checkout pyproject.toml ibis/__init__.py
git checkout pyproject.toml ibis/__init__.py uv.lock

jupyter lite build \
--debug \
Expand Down

0 comments on commit 7bd6b9e

Please sign in to comment.