mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Upgrade khoj.el workflow to use Python 3.11
This commit is contained in:
parent
14fbf594b2
commit
e3deb29f8e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_khoj_el.yml
vendored
4
.github/workflows/build_khoj_el.yml
vendored
|
@ -21,9 +21,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v1
|
||||
with: { python-version: 3.9 }
|
||||
with: { python-version: 3.11 }
|
||||
- name: ⏬️ Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.11
|
||||
|
|
Loading…
Reference in a new issue