Skip to content

ci: install project dependencies in CI#58

Merged
bhcopeland merged 1 commit into
kernelci:masterfrom
roxell:fix-ci-install-project-deps
Mar 4, 2026
Merged

ci: install project dependencies in CI#58
bhcopeland merged 1 commit into
kernelci:masterfrom
roxell:fix-ci-install-project-deps

Conversation

@roxell
Copy link
Copy Markdown
Collaborator

@roxell roxell commented Mar 4, 2026

The typecheck job fails because mypy can not find the argcomplete module. The gitlab CI before_script was not updated to install project dependencies.

Add "pip install -e ." so all project dependencies are available for mypy.

Fixes: 6b418636bc81 ("tuxrun: Use argcomplete for shell completion")

The typecheck job fails because mypy can not find the argcomplete
module. The gitlab CI before_script was not updated to install project
dependencies.

Add "pip install -e ." so all project dependencies are available
for mypy.

Fixes: 6b418636bc81 ("tuxrun: Use argcomplete for shell completion")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@bhcopeland bhcopeland merged commit 7449703 into kernelci:master Mar 4, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants