Skip to content

Commit

Permalink
Merge pull request #1086 from carmenbianca/fix-gettext-workflow
Browse files Browse the repository at this point in the history
Attempt to fix gettext workflow
  • Loading branch information
carmenbianca authored Oct 10, 2024
2 parents 7a2a3f6 + 7896bdf commit f2191f5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/gettext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
create-pot:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -23,12 +23,8 @@ jobs:
# exception to the branch protection, so we'll use that account's
# token to push to the main branch.
token: ${{ secrets.FSFE_SYSTEM_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install gettext and wlc
run: sudo apt-get install -y gettext wlc
- name: Install poetry, gettext, and wlc
run: sudo apt-get install -y python3-poetry gettext wlc
# We mostly install reuse to install the click dependency.
- name: Install reuse
run: poetry install --no-interaction --only main
Expand Down

0 comments on commit f2191f5

Please sign in to comment.