We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4de66 commit 24802a7Copy full SHA for 24802a7
.github/scripts/build.sh
@@ -26,6 +26,6 @@ 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.12 ]]; then
28
# Run type-checking
29
- pip install uv
30
- uvx ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
+ pip install ty
+ ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
31
fi
0 commit comments