Fix CI: Downgrade python for transifex CI

This commit is contained in:
Takeshi KOMIYA 2021-10-25 11:00:01 +09:00
parent 71c1fb01b9
commit c39cf2e750

View File

@ -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