Skip to content

Bump mypy from 1.13.0 to 1.14.1 in /server #674

Bump mypy from 1.13.0 to 1.14.1 in /server

Bump mypy from 1.13.0 to 1.14.1 in /server #674

Workflow file for this run

name: "CI"
on:
[ push, pull_request ]
jobs:
server:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: ./.github/workflows/server.yml
with:
python-version: ${{ matrix.python-version }}
pytest:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: ./.github/workflows/pytest.yml
with:
python-version: ${{ matrix.python-version }}
behave:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: ./.github/workflows/behave.yml
with:
python-version: ${{ matrix.python-version }}
client:
uses: ./.github/workflows/client.yml