1
0
Fork 0

ci(auto_messages_pot): github actions is an idiot and thinks 3.10 == 3.1 -_-

This commit is contained in:
Laurent Peuch 2024-03-25 01:23:32 +01:00 committed by Bram
parent fba1b53392
commit 0833de90c9

View file

@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.11
- name: Install dependencies
run: |
cd tools/readme_generator/