There was an error while loading. Please reload this page.
1 parent c072142 commit 0d44e9fCopy full SHA for 0d44e9f
1 file changed
.github/workflows/lint_and_test.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Formatting
42
run: uvx ruff format --check . --diff
43
- name: Type Consistency
44
- run: uvx --with=types-PyYAML mypy src/seamless_interaction
+ run: uvx --with=types-PyYAML --with=types-requests mypy src/seamless_interaction
45
- name: Unit Test
46
run: uv run pytest -rP --verbose tests/
47
0 commit comments