We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ab336 commit aefb1aeCopy full SHA for aefb1ae
.github/workflows/check-build-deploy.yaml
@@ -44,7 +44,7 @@ jobs:
44
enable-cache: true
45
46
- name: Install mypy From Locked Dependencies
47
- run: uv sync --no-group dev --group type-check
+ run: uv sync --no-group dev --group type-check --group test
48
49
- name: Store Hashed Python Version
50
id: store-hashed-python-version
0 commit comments