mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-05 15:28:10 +00:00
Remove unneeded build step
This commit is contained in:
parent
8d50293512
commit
5b1e80ed79
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue