Remove unneeded build step

This commit is contained in:
Kovid Goyal 2026-06-24 15:22:22 +05:30
parent 8d50293512
commit 5b1e80ed79
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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