Remove unneeded build step

This commit is contained in:
Kovid Goyal
2026-06-24 15:22:22 +05:30
parent 338d0e3265
commit 394fd586c3

View File

@@ -118,9 +118,6 @@ jobs:
- name: Build kitty package
run: python .github/workflows/ci.py package
- name: Build kitty
run: python setup.py build --debug
- name: Run mypy
run: which python && python -m mypy --version && ./test.py mypy