Skip to content

Commit aa1fa25

Browse files
author
bram
committed
Added gettext
1 parent 2154e97 commit aa1fa25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
python-version: ${{ matrix.python-version }}
9090
cache: 'pip'
9191

92+
- name: Install system dependencies
93+
run: |
94+
sudo apt-get update
95+
sudo apt-get install -y gettext
96+
9297
- name: Install test dependencies
9398
run: |
9499
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)