Skip to content

Commit ce99536

Browse files
committed
chore: GH action for gettext needs to install gettext first
1 parent e8fba85 commit ce99536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
uses: actions/setup-python@v4
9999
with:
100100
python-version: ${{ matrix.python-version }}
101+
- name: Install dependencies
102+
run: sudo apt-get install gettext
101103
- name: Install and upgrade packaging tools
102104
run: python -m pip install --upgrade pip setuptools wheel
103105
- run: python -m pip install tox tox-gh-actions

0 commit comments

Comments
 (0)