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 2fd2458 commit 95997deCopy full SHA for 95997de
.github/workflows/sync.yml
@@ -75,6 +75,9 @@ jobs:
75
cd /usr/local/bin
76
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
77
78
+ - name: Install APT dependencies
79
+ run: sudo apt update -y && sudo apt install gettext -y
80
+
81
- name: Install Python dependencies
82
run: |
83
pip install -r requirements.txt
0 commit comments