We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54e1c6 commit 438dd77Copy full SHA for 438dd77
1 file changed
.github/workflows/pythonpackage.yml
@@ -19,6 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
21
run: |
22
+ sudo apt-get install gettext
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
- name: Lint with flake8
0 commit comments