Skip to content

Commit 6fa3482

Browse files
committed
Update dependency installation in pofile.yml workflow
Let's use REQUIREMENTS.txt instead of listing incomplete dependencies
1 parent 257dd67 commit 6fa3482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pofiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49-
pip install sphinx sphinx-intl sphinxext.rediraffe pyYAML sphinx_togglebutton sphinx_copybutton
49+
pip install -r REQUIREMENTS.txt
5050
5151
- name: Generate English PO files
5252
id: "generate-po-files"

0 commit comments

Comments
 (0)