mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-20 14:15:31 +00:00
Merge branch 'pip3-in-ci' of https://github.com/Luflosi/kitty into master
This commit is contained in:
commit
fb2cca88df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
|
|
@ -40,7 +40,7 @@ def install_deps():
|
|||
if is_bundle:
|
||||
install_bundle()
|
||||
else:
|
||||
run('pip install Pillow pygments')
|
||||
run('pip3 install Pillow pygments')
|
||||
|
||||
|
||||
def build_kitty():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue