We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9693ff2 commit b02cc28Copy full SHA for b02cc28
release-test.sh
@@ -90,6 +90,8 @@ mkdir out
90
tar --extract --directory=out -z -f ${package}*.tar.gz
91
pushd out/${package}*
92
make install-dep
93
+pip install "-r${DIR}/mypy_requirements.txt"
94
+make mypy
95
make dist
96
make test
97
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
0 commit comments