From dea3df66f8e0e671619daaa925a0350099b94af9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Nov 2022 13:05:03 +0530 Subject: [PATCH] system python appears broken on macos-latest image The pip scripts install directory is not on PATH --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e9c0c1e0..c3ba604c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,6 +128,11 @@ jobs: with: fetch-depth: 0 # needed for :commit: docs role + - name: Set up Python + uses: actions/setup-python@v3 + with: + python-version: "3.10" + - name: Build kitty run: python3 .github/workflows/ci.py build