Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Feb 26, 2024
1 parent 4e14c1e commit 442eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 442eb09

Please sign in to comment.