Skip to content

Commit e56269e

Browse files
committed
update mypy env
1 parent 4734a5d commit e56269e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install dependencies
5454
run: |
55-
uv sync --group complete --no-dev
55+
uv sync --group complete
5656
- name: Version info
5757
run: |
5858
uv pip list
@@ -93,15 +93,15 @@ jobs:
9393

9494
- name: Install dependencies
9595
run: |
96-
uv sync --group complete --no-dev --group types
96+
uv sync --group complete --group types
9797
- name: Version info
9898
run: |
9999
uv pip list
100100
101101
- name: Run mypy
102102
run: |
103103
mkdir .mypy_cache
104-
uv run --no-dev mypy --cache-dir=.mypy_cache/ --cobertura-xml-report mypy_report
104+
uv run mypy --cache-dir=.mypy_cache/ --cobertura-xml-report mypy_report
105105
106106
- name: Upload mypy coverage to Codecov
107107
uses: codecov/[email protected]

0 commit comments

Comments
 (0)