We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b663620 commit 3d78d02Copy full SHA for 3d78d02
.github/scripts/build.sh
@@ -25,7 +25,7 @@ pip install ipython
25
python -m pytest # Now run the tests with IPython.
26
pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
27
if [[ ${PYTHON_VERSION} == 3.7 ]]; then
28
- # Run type-checking with ty.
29
- pip install uv;
30
- uvx ty check;
+ # Run type-checking
+ pip install uv
+ uvx ty check --exclude fire/test_components_py3.py
31
fi
0 commit comments