Merge branch 'pip3-in-ci' of https://github.com/Luflosi/kitty into master
This commit is contained in:
commit
fb2cca88df
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…
x
Reference in New Issue
Block a user