fix: resolve CI/CD issues - proper Poetry setup, caching and job steps
Some checks failed
CI / test (push) Failing after 5m29s

This commit is contained in:
2026-02-02 01:49:07 +00:00
parent 345e55626f
commit 7c90b04181

View File

@@ -47,3 +47,5 @@ jobs:
- name: Run type checking - name: Run type checking
run: | run: |
poetry run mypy codechunk/ tests/ poetry run mypy codechunk/ tests/
# End of CI workflow