Skip to content

Commit

Permalink
chore: GH action for gettext needs to install gettext first
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Nov 15, 2024
1 parent e8fba85 commit ce99536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: sudo apt-get install gettext
- name: Install and upgrade packaging tools
run: python -m pip install --upgrade pip setuptools wheel
- run: python -m pip install tox tox-gh-actions
Expand Down

0 comments on commit ce99536

Please sign in to comment.