Skip to content

Commit

Permalink
ci(auto_messages_pot): github actions is an idiot and thinks 3.10 == …
Browse files Browse the repository at this point in the history
…3.1 -_-
  • Loading branch information
Psycojoker committed Mar 25, 2024
1 parent d379ef6 commit c953e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_messages_pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c953e29

Please sign in to comment.