CI: typecheck fixes include dependencies + arch Dockerfile build fix #148
@@ -97,7 +97,7 @@ jobs:
|
|||||||
py3-pip
|
py3-pip
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip install --no-cache-dir basedpyright
|
pip install --no-cache-dir basedpyright typer pillow materialyoucolor jinja2
|
||||||
|
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ dependencies = [
|
|||||||
"materialyoucolor"
|
"materialyoucolor"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev = ["pytest"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
zshell-cli = "zshell:main"
|
zshell-cli = "zshell:main"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user