Update CI script

This commit is contained in:
Anton Tananaev 2025-01-11 07:15:56 -08:00
parent 8c45385724
commit 5f1d7b68b3

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install transifex-python
- run: pip install transifex-python six
- name: Update translations
env:
TRANSIFEX_TOKEN: ${{ secrets.TRANSIFEX_TOKEN }}