Skip to content

Bump mypy from 1.14.1 to 1.15.0 #121

Bump mypy from 1.14.1 to 1.15.0

Bump mypy from 1.14.1 to 1.15.0 #121

Workflow file for this run

name: Isolation tests
on:
pull_request:
workflow_dispatch:
jobs:
isolation_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- run: poetry check
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: poetry build
- run: pip install dist/*.whl
- run: python -m main
continue-on-error: true