Skip to content

Fix block allocation with two or more workers hanging on failed funct… #7

Fix block allocation with two or more workers hanging on failed funct…

Fix block allocation with two or more workers hanging on failed funct… #7

Workflow file for this run

name: MyPy
on:
push:
branches: [ main ]
pull_request:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
architecture: x64
- name: Checkout
uses: actions/checkout@v4
- name: Install mypy
run: pip install mypy
- name: Test
run: mypy --ignore-missing-imports ${{ github.event.repository.name }}