mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Merge branch 'pip3-in-ci' of https://github.com/Luflosi/kitty into master
This commit is contained in:
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
@@ -40,7 +40,7 @@ def install_deps():
|
|||||||
if is_bundle:
|
if is_bundle:
|
||||||
install_bundle()
|
install_bundle()
|
||||||
else:
|
else:
|
||||||
run('pip install Pillow pygments')
|
run('pip3 install Pillow pygments')
|
||||||
|
|
||||||
|
|
||||||
def build_kitty():
|
def build_kitty():
|
||||||
|
|||||||
Reference in New Issue
Block a user