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 c843a49 commit 63c431cCopy full SHA for 63c431c
1 file changed
.github/workflows/sync.yml
@@ -46,7 +46,6 @@ jobs:
46
python-version: ${{ inputs.version }}
47
allow-prereleases: true
48
cache: 'pip'
49
- pip-install: -r requirements.txt
50
51
# 2- Install dependencies
52
@@ -55,6 +54,11 @@ jobs:
55
54
cd /usr/local/bin
56
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
57
+ - name: Install Python packages
58
+ run:
59
+ python -m pip install -U pip
60
+ python -m pip install -r requirements.txt
61
+
62
- name: Install APT dependencies
63
run: sudo apt update -y && sudo apt install gettext -y
64
0 commit comments