CI: install gettext

This commit is contained in:
yzqzss 2023-08-17 04:39:55 +08:00
parent 7bd3a4581d
commit 742f92b3f6

View File

@ -26,6 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install gettext
python -m pip install --upgrade pip
python -m pip install poetry pytest
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi