Skip to content

Commit 3d78d02

Browse files
committed
Exclude test components
1 parent b663620 commit 3d78d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install ipython
2525
python -m pytest # Now run the tests with IPython.
2626
pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
2727
if [[ ${PYTHON_VERSION} == 3.7 ]]; then
28-
# Run type-checking with ty.
29-
pip install uv;
30-
uvx ty check;
28+
# Run type-checking
29+
pip install uv
30+
uvx ty check --exclude fire/test_components_py3.py
3131
fi

0 commit comments

Comments
 (0)