diff --git a/.github/workflows/build-ubuntu-sdist.yml b/.github/workflows/build-ubuntu-sdist.yml index c58b9d8a6c..64ec5ef716 100644 --- a/.github/workflows/build-ubuntu-sdist.yml +++ b/.github/workflows/build-ubuntu-sdist.yml @@ -84,7 +84,7 @@ jobs: - name: Test typestubs run: | - pip3 install mypy + pip3 install mypy==1.13.0 python3 buildconfig/stubs/stubcheck.py # We upload the generated files under github actions assets