Skip to content

Commit

Permalink
use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jan 6, 2024
1 parent c2ed71f commit 61a50ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/translation-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run Python script
run: python translation/generate_translation_page.py
- name: Remove Python script
Expand Down

0 comments on commit 61a50ce

Please sign in to comment.