diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 97fbedca..d21d703b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -42,7 +42,7 @@ jobs: poetry run black --check --diff --color . - name: Type Checking run: | - poetry run mypy lmm_tools + poetry run mypy vision_agent - name: Test with pytest run: | poetry run pytest -v tests