Skip to content

fix(git lfs): fixing uv's git lfs issue by setting the env variable UV_GIT_LFS to 1 when installing an app#799

Open
CarolinePascal wants to merge 5 commits into
mainfrom
fix/uv-git-lfs
Open

fix(git lfs): fixing uv's git lfs issue by setting the env variable UV_GIT_LFS to 1 when installing an app#799
CarolinePascal wants to merge 5 commits into
mainfrom
fix/uv-git-lfs

Conversation

@CarolinePascal
Copy link
Copy Markdown
Collaborator

@CarolinePascal CarolinePascal commented Feb 5, 2026

This PR fixes uv issues with git lfs when calling uv pip install commands. It simply sets the environment variable UV_GIT_LFS to 1 (c.f. related doc)

⚠️ This PR depends on #830 !

@CarolinePascal CarolinePascal changed the title fix(git lfs): fixing uv's git lfs issue by setting the env variable UV_GIT_LFS to 1 when installing an app. fix(git lfs): fixing uv's git lfs issue by setting the env variable UV_GIT_LFS to 1 when installing an app Feb 5, 2026
@FabienDanieau
Copy link
Copy Markdown
Contributor

Shall we set UV_GIT_LFS=1 in the ISO has well?


if use_uv:
cmd = ["uv", "pip", "install", "--python", str(apps_venv_python), pkg] + extra
cmd = extra_env + ["uv", "pip", "install", "--python", str(apps_venv_python), pkg] + extra
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't you need a space here?

@CarolinePascal CarolinePascal force-pushed the fix/uv-git-lfs branch 16 times, most recently from c8e3fa0 to 7a69f35 Compare February 12, 2026 14:34
…rocesses on the Wireless version

* Unique function build_command() to generate the installation commands
* Improved installation speed with git refs with a 3 steps approach
* Improved robustness by calling installation commands from HOME instead of current dir
@CarolinePascal CarolinePascal changed the base branch from develop to feat/install-branch February 12, 2026 16:13
@CarolinePascal CarolinePascal force-pushed the feat/install-branch branch 2 times, most recently from 3102cd3 to e5c14a0 Compare March 4, 2026 15:40
Base automatically changed from feat/install-branch to main March 5, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants