diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 311ac56c99..4fc567a2d7 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -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 }}