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.
1 parent 3532b1c commit d3c762eCopy full SHA for d3c762e
.github/workflows/sync.yml
@@ -47,7 +47,7 @@ jobs:
47
python-version: ${{ inputs.version }}
48
allow-prereleases: true
49
cache: 'pip'
50
- cache-dependency-path: requirements.txt
+ pip-install: -r requirements.txt
51
52
# 2- Install dependencies
53
@@ -59,10 +59,6 @@ jobs:
59
- name: Install APT dependencies
60
run: sudo apt update -y && sudo apt install gettext -y
61
62
- - name: Install Python dependencies
63
- run: |
64
- pip install -r requirements.txt
65
-
66
# 3- Pull translations
67
68
- name: Generate updated .tx/config
0 commit comments