🐛(CI) sync CI Python version with Docker image Python version
Update CI environment to use the same Python version as our Docker image. Issue surfaced when upgrading IPython to v9, which requires Python 11. Ensures consistent runtime behavior between CI tests and production.
This commit is contained in:
committed by
aleb_the_flash
parent
c9512004ac
commit
d64e5d1923
6
.github/workflows/meet.yml
vendored
6
.github/workflows/meet.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.12"
|
||||
- name: Install development dependencies
|
||||
run: pip install --user .[dev]
|
||||
- name: Check code formatting with ruff
|
||||
@@ -144,7 +144,7 @@ jobs:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Install development dependencies
|
||||
run: pip install --user .[dev]
|
||||
@@ -238,7 +238,7 @@ jobs:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Install development dependencies
|
||||
working-directory: src/backend
|
||||
|
||||
Reference in New Issue
Block a user