mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
fix(devcontainer): install uv and add venv cleanup (#1317)
This commit is contained in:
parent
cc25a50401
commit
7a5ad22c62
1 changed files with 5 additions and 2 deletions
|
|
@ -10,9 +10,12 @@ fi
|
|||
pip install \
|
||||
colorlog \
|
||||
pip \
|
||||
ruff
|
||||
ruff \
|
||||
uv
|
||||
|
||||
uv venv --python 3.13
|
||||
pip cache purge
|
||||
|
||||
uv venv --clear --python 3.13
|
||||
./scripts/setup-dependencies
|
||||
./scripts/setup-symlinks
|
||||
uv run pre-commit install-hooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue