Skip to content

Bump mypy from 1.11.1 to 1.11.2 in /tests/feature_tests #939

Bump mypy from 1.11.1 to 1.11.2 in /tests/feature_tests

Bump mypy from 1.11.1 to 1.11.2 in /tests/feature_tests #939

name: Application tests quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
cd tests/application_tests
ci/pip-install.sh
- name: Quality
run: |
cd tests/application_tests
ci/quality.sh