From 59029914993d352b6472fbc0afaa12b2130dce87 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:09:20 -0500 Subject: [PATCH] ci(docs): fix build by checking out uv.lock after building a temporary wheel --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0e892b2235fc..20c86605ae26 100644 --- a/justfile +++ b/justfile @@ -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 \