Skip to content

build(deps-dev): bump mypy from 0.942 to 1.8.0 #221

build(deps-dev): bump mypy from 0.942 to 1.8.0

build(deps-dev): bump mypy from 0.942 to 1.8.0 #221

Workflow file for this run

name: tests
on:
push:
paths-ignore:
- "docs/**"
branches:
- main
pull_request:
paths-ignore:
- "docs/**"
branches:
- "**"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: fetch code
uses: actions/checkout@v4
- name: install en-gb dictionary
run: sudo apt-get install -y hunspell-en-gb
- name: set python version
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: install dependencies
uses: artisanal-actions/poetry-install@v1
with:
extras: injector
- name: Install pytest plugin
run: poetry run pip install pytest-github-actions-annotate-failures
- name: run tests
run: make ci