From b0666c91801a27d359fe61c2c16f0fe0b99a44dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Jul 2022 20:00:54 +0530 Subject: [PATCH] test.py now needs kitty built --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dca853141..0417da82a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: 3.9 - name: Install build-only deps run: pip install -r docs/requirements.txt flake8 mypy types-requests types-docutils @@ -84,6 +84,9 @@ 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: ./test.py mypy