Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ac922b

Browse files
authored
Do a submodule update in trigger_wheel_build.sh (#5675)
1 parent 83820a0 commit 6ac922b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

misc/trigger_wheel_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COMMIT=$(git rev-parse HEAD)
1515
cd build/mypy
1616
git fetch
1717
git checkout $COMMIT
18+
git submodule update
1819
pip install -r test-requirements.txt
1920
V=$(python3 -m mypy --version)
2021
V=$(echo "$V" | cut -d" " -f2)

0 commit comments

Comments
 (0)