Skip to content

chore: bump mypy from 1.4.1 to 1.5.0 (#242) #386

chore: bump mypy from 1.4.1 to 1.5.0 (#242)

chore: bump mypy from 1.4.1 to 1.5.0 (#242) #386

Workflow file for this run

name: pull-request
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
POETRY_VERSION: 1.4.2
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
- run: poetry install
- name: Test Code and Docs
run: poetry run pytest