We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4734a5d commit e56269eCopy full SHA for e56269e
.github/workflows/ci-additional.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install dependencies
54
run: |
55
- uv sync --group complete --no-dev
+ uv sync --group complete
56
- name: Version info
57
58
uv pip list
@@ -93,15 +93,15 @@ jobs:
93
94
95
96
- uv sync --group complete --no-dev --group types
+ uv sync --group complete --group types
97
98
99
100
101
- name: Run mypy
102
103
mkdir .mypy_cache
104
- uv run --no-dev mypy --cache-dir=.mypy_cache/ --cobertura-xml-report mypy_report
+ uv run mypy --cache-dir=.mypy_cache/ --cobertura-xml-report mypy_report
105
106
- name: Upload mypy coverage to Codecov
107
uses: codecov/[email protected]
0 commit comments