Skip to content

Commit aefb1ae

Browse files
fix mypy error
1 parent 82ab336 commit aefb1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
enable-cache: true
4545

4646
- name: Install mypy From Locked Dependencies
47-
run: uv sync --no-group dev --group type-check
47+
run: uv sync --no-group dev --group type-check --group test
4848

4949
- name: Store Hashed Python Version
5050
id: store-hashed-python-version

0 commit comments

Comments
 (0)