Skip to content

Commit 8230edf

Browse files
committed
python -m for ty
1 parent 24802a7 commit 8230edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
2727
if [[ ${PYTHON_VERSION} == 3.12 ]]; then
2828
# Run type-checking
2929
pip install ty
30-
ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
30+
python -m ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
3131
fi

0 commit comments

Comments
 (0)