We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f571787 + c39cf2e commit 20ed920Copy full SHA for 20ed920
.github/workflows/transifex.yml
@@ -35,6 +35,8 @@ jobs:
35
ref: 4.x
36
- name: Set up Python
37
uses: actions/setup-python@v2
38
+ with:
39
+ python-version: 3.9 # https://github.com/transifex/transifex-client/pull/330
40
- name: Install dependencies
41
run: pip install -U babel jinja2 transifex-client
42
- name: Extract translations from source code
0 commit comments