ci(auto_messages_pot): github actions is an idiot and thinks 3.10 == 3.1 -_-
This commit is contained in:
parent
fba1b53392
commit
0833de90c9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto_messages_pot.yml
vendored
4
.github/workflows/auto_messages_pot.yml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.11
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd tools/readme_generator/
|
cd tools/readme_generator/
|
||||||
|
|
Loading…
Add table
Reference in a new issue