Skip to content

New type inference: add support for upper bounds and values (#15813) #2370

New type inference: add support for upper bounds and values (#15813)

New type inference: add support for upper bounds and values (#15813) #2370

Workflow file for this run

name: Test stubgenc on pybind11-mypy-demo
on:
workflow_dispatch:
push:
branches: [main, master, 'release*']
tags: ['*']
pull_request:
paths:
- 'misc/test-stubgenc.sh'
- 'mypy/stubgenc.py'
- 'mypy/stubdoc.py'
- 'test-data/stubgen/**'
jobs:
stubgenc:
# Check stub file generation for a small pybind11 project
# (full text match is required to pass)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup 🐍 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Test stubgenc
run: misc/test-stubgenc.sh