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 44150e2 commit c4c8c96Copy full SHA for c4c8c96
.github/workflows/sync.yml
@@ -75,9 +75,6 @@ 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