We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fba85 commit ce99536Copy full SHA for ce99536
.github/workflows/test.yml
@@ -98,6 +98,8 @@ jobs:
98
uses: actions/setup-python@v4
99
with:
100
python-version: ${{ matrix.python-version }}
101
+ - name: Install dependencies
102
+ run: sudo apt-get install gettext
103
- name: Install and upgrade packaging tools
104
run: python -m pip install --upgrade pip setuptools wheel
105
- run: python -m pip install tox tox-gh-actions
0 commit comments