Merge pull request #9767 from tk0miya/fix_transifex_client

Fix CI: Downgrade python for transifex CI
This commit is contained in:
Takeshi KOMIYA
2021-10-25 09:41:37 +09:00
committed by GitHub

View File

@@ -15,6 +15,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