Skip to content

Commit 2f80f7d

Browse files
tasansalAltay Sansal
andauthored
install developer tools within devcontainer.json with uv (TGSAI#668)
* install developer tools with uv * separate tool installs * update lockfile --------- Co-authored-by: Altay Sansal <[email protected]>
1 parent b5ec51e commit 2f80f7d

File tree

2 files changed

+69
-65
lines changed

2 files changed

+69
-65
lines changed

.devcontainer/post-create.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
set -e
44

5+
# Install useful developer tools used by mdio development
6+
uv tool install nox
7+
uv tool install bump-my-version
8+
59
# Sync the environment, installing the project editable and including dev dependencies
610
uv sync
711

0 commit comments

Comments
 (0)