⬆️(dependencies) update python dependencies
This commit is contained in:
committed by
Laurent Bossavit
parent
b4ab36fc0e
commit
5fd6579d3c
4
.github/workflows/people.yml
vendored
4
.github/workflows/people.yml
vendored
@@ -266,7 +266,7 @@ jobs:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
- name: Install development dependencies
|
||||
run: pip install --user .[dev]
|
||||
- name: Check code formatting with ruff
|
||||
@@ -321,7 +321,7 @@ jobs:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
- name: Install development dependencies
|
||||
run: pip install --user .[dev]
|
||||
- name: Install gettext (required to compile messages)
|
||||
|
||||
Reference in New Issue
Block a user