Skip to content

Commit d3c762e

Browse files
authored
Use pip-install from setup-python
1 parent 3532b1c commit d3c762e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{ inputs.version }}
4848
allow-prereleases: true
4949
cache: 'pip'
50-
cache-dependency-path: requirements.txt
50+
pip-install: -r requirements.txt
5151

5252
# 2- Install dependencies
5353

@@ -59,10 +59,6 @@ jobs:
5959
- name: Install APT dependencies
6060
run: sudo apt update -y && sudo apt install gettext -y
6161

62-
- name: Install Python dependencies
63-
run: |
64-
pip install -r requirements.txt
65-
6662
# 3- Pull translations
6763

6864
- name: Generate updated .tx/config

0 commit comments

Comments
 (0)