Skip to content

Commit dd2e8a5

Browse files
committed
ci: BI-0 mark mypy as fat
1 parent 484590c commit dd2e8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ jobs:
525525
COMPOSE_PROJECT: "${{ steps.get_compose_prj.outputs.result }}"
526526

527527
mypy:
528-
runs-on: [ self-hosted, linux, k8s-runner-no-compose ]
528+
runs-on: [ self-hosted, linux, k8s-runner-fat ]
529529
needs: gh_build_image
530530
container:
531531
image: ${{ needs.gh_build_image.outputs.IMAGE }}
@@ -547,7 +547,7 @@ jobs:
547547
- name: run mypy
548548
run: |
549549
. /venv/bin/activate
550-
execute-mypy-multi /src --processes=5
550+
execute-mypy-multi /src --processes=4
551551
env:
552552
PYTHONUNBUFFERED: "1"
553553

0 commit comments

Comments
 (0)