Skip to content

Commit

Permalink
Merge pull request #9768 from tk0miya/fix_transifex_client
Browse files Browse the repository at this point in the history
Fix CI: Downgrade python for transifex CI
  • Loading branch information
tk0miya committed Oct 25, 2021
2 parents f571787 + c39cf2e commit 20ed920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
ref: 4.x
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9 # https://github.com/transifex/transifex-client/pull/330
- name: Install dependencies
run: pip install -U babel jinja2 transifex-client
- name: Extract translations from source code
Expand Down

0 comments on commit 20ed920

Please sign in to comment.