Skip to content

Commit

Permalink
Set up Python in gettext workflow
Browse files Browse the repository at this point in the history
Without this, poetry is not available.

Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Oct 10, 2024
1 parent 0375fc7 commit 6d9c844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gettext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ 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
# We mostly install reuse to install the click dependency.
Expand Down

0 comments on commit 6d9c844

Please sign in to comment.