Thanks to visit codestin.com Credit goes to github.com
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 38300e1Copy full SHA for 38300e1
1 file changed
.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