Skip to content

Commit 20bbb7c

Browse files
committed
Tweaks
1 parent 49d7f40 commit 20bbb7c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,6 @@ jobs:
2222
with:
2323
args: 'format --check --verbose'
2424

25-
mypy-python:
26-
name: Check Python static typing
27-
runs-on: ubuntu-latest
28-
steps:
29-
- id: checkout
30-
name: Checkout
31-
uses: actions/checkout@v4
32-
33-
- id: install-uv
34-
name: Install uv
35-
uses: astral-sh/setup-uv@v6
36-
with:
37-
version: "latest"
38-
enable-cache: true
39-
cache-dependency-glob: '**/pyproject.toml'
40-
41-
- id: install-python
42-
name: Install Python
43-
run: uv python install 3.13
44-
45-
- id: install-python-dependencies
46-
name: Install Python dependencies
47-
run: uv sync --extra mypy
48-
49-
- id: mypy
50-
name: Run mypy
51-
run: uv run mypy ./ --ignore-missing-imports
52-
5325
test-python:
5426
name: "Test Python"
5527
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)