ci: run the script to add vendored type stubs to typeshed
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 23 Nov 2022 20:56:22 -0500
changeset 49653 556efeea6dbf
parent 49652 03792c1ed341
child 49654 86e398a3d598
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.
contrib/heptapod-ci.yml
--- 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