Mercurial > hg
changeset 49653:556efeea6dbf
ci: run the script to add vendored type stubs to typeshed
Since CI runs from docker images, it doesn't matter that this mucks with the
typeshed bundled with pytype.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 23 Nov 2022 20:56:22 -0500 |
parents | 03792c1ed341 |
children | 86e398a3d598 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Wed Nov 23 20:50:39 2022 -0500 +++ b/contrib/heptapod-ci.yml Wed Nov 23 20:56:22 2022 -0500 @@ -90,6 +90,7 @@ - cd /tmp/mercurial-ci/ - make local PYTHON=$PYTHON - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.03.29 + - ./contrib/setup-pytype.sh script: - echo "Entering script section" - sh contrib/check-pytype.sh