Thanks to visit codestin.com Credit goes to github.com
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.
trigger_wheel_build.sh
1 parent 83820a0 commit 6ac922bCopy full SHA for 6ac922b
1 file changed
misc/trigger_wheel_build.sh
@@ -15,6 +15,7 @@ COMMIT=$(git rev-parse HEAD)
15
cd build/mypy
16
git fetch
17
git checkout $COMMIT
18
+git submodule update
19
pip install -r test-requirements.txt
20
V=$(python3 -m mypy --version)
21
V=$(echo "$V" | cut -d" " -f2)
0 commit comments