From 754501bc31ecd0ad72e4e29eb08984a413ce4340 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Jun 2026 15:22:22 +0530 Subject: [PATCH] Remove unneeded build step --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26c7a9a6c..c510e3856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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