Upgrade khoj.el workflow to use Python 3.11

This commit is contained in:
Debanjum Singh Solanky 2024-04-07 11:11:49 +05:30
parent 14fbf594b2
commit e3deb29f8e
2 changed files with 3 additions and 3 deletions

View file

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

View file

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