Skip to content

Commit a615b25

Browse files
committed
Fix just _update-linkml command to use "uv lock"
1 parent 325b0b4 commit a615b25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ _check-config:
178178
_update-template:
179179
copier update --trust --skip-answered
180180

181-
# Update LinkML to latest version
181+
# Update LinkML runtime and LinkML to latest versions
182182
_update-linkml:
183-
uv add linkml --upgrade-package linkml
183+
uv lock --upgrade-package linkml-runtime --upgrade-package linkml
184184

185185
# Test schema generation
186186
_test-schema:

0 commit comments

Comments
 (0)