Skip to content

Fixed issue with the new version of mypy: forced generics variable to… #3193

Fixed issue with the new version of mypy: forced generics variable to…

Fixed issue with the new version of mypy: forced generics variable to… #3193

Workflow file for this run

name: CI-on-push
on:
push:
branches-ignore:
- master
tags-ignore:
- '*'
jobs:
test:
uses: ./.github/workflows/test.yml
with:
python-version: "3.10"