Skip to content

Commit 438dd77

Browse files
committed
Add installation of gettext package (required for tests)
1 parent e54e1c6 commit 438dd77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
2121
run: |
22+
sudo apt-get install gettext
2223
python -m pip install --upgrade pip
2324
pip install -r requirements.txt
2425
- name: Lint with flake8

0 commit comments

Comments
 (0)