Skip to content

Commit 6cb5295

Browse files
committed
feat(tasks): add sync task for GPU upgrade
1 parent f42e6bf commit 6cb5295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mise.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ UV_LINK_MODE = "copy"
2222
[tasks.docs]
2323
run = "uv run zensical serve"
2424
description = "Serve the documentation locally"
25+
26+
[tasks.sync]
27+
run = "uv sync --extra gpu --upgrade"
28+
description = "Run uv sync"

0 commit comments

Comments
 (0)