system python appears broken on macos-latest image

The pip scripts install directory is not on PATH
This commit is contained in:
Kovid Goyal 2022-11-03 13:05:03 +05:30
parent ec80a1532c
commit dea3df66f8
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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