There was an error while loading. Please reload this page.
1 parent 325b0b4 commit a615b25Copy full SHA for a615b25
1 file changed
template/justfile
@@ -178,9 +178,9 @@ _check-config:
178
_update-template:
179
copier update --trust --skip-answered
180
181
-# Update LinkML to latest version
+# Update LinkML runtime and LinkML to latest versions
182
_update-linkml:
183
- uv add linkml --upgrade-package linkml
+ uv lock --upgrade-package linkml-runtime --upgrade-package linkml
184
185
# Test schema generation
186
_test-schema:
0 commit comments