diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index 534ba5536..a01253e65 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -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():