Skip to content

Commit 24802a7

Browse files
committed
Use same env for ty
1 parent 8f4de66 commit 24802a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ 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.12 ]]; then
2828
# 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
29+
pip install ty
30+
ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
3131
fi

0 commit comments

Comments
 (0)