Skip to content

Commit 44c9a39

Browse files
committed
Update requirements path in update-translation-stats workflow
1 parent 7bd91d6 commit 44c9a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-translation-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install -r requirements.txt
23+
pip install -r scripts/transifex/requirements.txt
2424
sudo apt-get update
2525
sudo apt-get install -y chromium-browser
2626

0 commit comments

Comments
 (0)