Remove unneeded build step

This commit is contained in:
Kovid Goyal 2026-06-24 15:22:22 +05:30
parent c51711aa83
commit 754501bc31
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 type checking
run: which python && ./test.py type-check