Skip to content

Commit

Permalink
Parallelize pytype
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Sep 21, 2024
1 parent d320437 commit 423f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
if [[ ${PYTHON_VERSION} == 3.7 ]]; then
# Run type-checking.
pip install pytype;
pytype -x fire/test_components_py3.py;
find . -name '*.py' | xargs -n 1 -P 8 pytype
fi

0 comments on commit 423f0ed

Please sign in to comment.