Install gettext for pre-commit

This commit is contained in:
Bruno Alla 2025-09-20 20:52:50 +01:00
parent 464e202ad1
commit 88d8f40b11

View File

@ -9,14 +9,12 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: "3.10"
python-version: "3.x"
- run: sudo apt install -y gettext
- uses: pre-commit/action@v3.0.1