system python appears broken on macos-latest image
The pip scripts install directory is not on PATH
This commit is contained in:
parent
ec80a1532c
commit
dea3df66f8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue