Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,16 @@ run = [
{ task = "check" },
]

[tasks."ci:install"]
description = "Install dependencies in CI"
run = ["mise run install --locked"]

[tasks."ci:test:unit"]
description = "Run unit tests in CI"
run = [
{ task = "ci:install" },
{ task = "test:unit:cli" },
{ task = "test:unit:client" },
]

[tasks."ci:test:e2e"]
description = "Run e2e tests in CI"
run = [
{ task = "ci:install" },
{ task = "test:e2e:cli" },
{ task = "test:e2e:client" },
]
Expand All @@ -121,7 +115,6 @@ run = "uv run zensical serve"
[tasks."docs:generate:cli"]
description = "Generate documentation for the CLI"
run = [
{ task = "ci:install" },
"uv run typer immichpy/cli/main.py utils docs --name immichpy --output docs/cli/reference.md --title Reference",
]

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ docs = [
"griffe-pydantic>=1.2.0,<2.0.0",
"mkdocstrings[python]>=1.0.1,<2.0.0",
"pymdown-extensions>=10.20,<11.0",
"termynal>=0.14.0,<0.15.0",
"typer>=0.26.3,<0.27.0",
"zensical>=0.0.43,<0.0.44",
]
Expand Down
14 changes: 0 additions & 14 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading