fix ci/cl for python testing. Added click dep
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 22s
Python / test (pull_request) Failing after 52s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s

This commit is contained in:
2026-05-26 18:36:07 +02:00
parent 697de725fb
commit 439aa9ed1e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ jobs:
python3 -m venv .venv
. .venv/bin/activate
pip install --no-cache-dir \
click \
typer \
pillow \
materialyoucolor \
+1
View File
@@ -7,6 +7,7 @@ name = "zshell"
requires-python = ">=3.13"
version = "0.1.0"
dependencies = [
"click",
"typer",
"pillow",
"jinja2",