Skip to content

Commit 0d44e9f

Browse files
committed
fix ci
1 parent c072142 commit 0d44e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Formatting
4242
run: uvx ruff format --check . --diff
4343
- name: Type Consistency
44-
run: uvx --with=types-PyYAML mypy src/seamless_interaction
44+
run: uvx --with=types-PyYAML --with=types-requests mypy src/seamless_interaction
4545
- name: Unit Test
4646
run: uv run pytest -rP --verbose tests/
4747

0 commit comments

Comments
 (0)