File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 path : base-branch
3131 sparse-checkout-cone-mode : false
3232 sparse-checkout : |
33- requirements.txt
33+ requirements-own .txt
3434 scripts/list_missing_entries.py
3535 - name : Instalar dependencias
3636 run : |
37- python -m pip install -r base-branch/requirements.txt
37+ python -m pip install -r base-branch/requirements-own .txt
3838 - name : Obtiene lista de archivos con cambios
3939 id : changed-files
4040 uses : tj-actions/changed-files@v45
Original file line number Diff line number Diff line change 1+ # Our own dependencies (alpha-sorted please)
2+ pip
3+ polib
4+ pospell>=1.1
5+ potodo
6+ powrap>=1.0.2
7+ pre-commit
8+ Pygments>=2.17.0
9+ PyICU
10+ setuptools
11+ sphinx-autorun
12+ sphinxemoji
13+ sphinx-intl>=2.3.0
14+ sphinx-lint==0.7.0
15+ sphinx-tabs==3.4.5
16+ tabulate
Original file line number Diff line number Diff line change 11-r cpython/Doc/requirements.txt
2-
3- # Our own dependencies (alpha-sorted please)
4- pip
5- polib
6- pospell >= 1.1
7- potodo
8- powrap >= 1.0.2
9- pre-commit
10- Pygments >= 2.17.0
11- PyICU
12- setuptools
13- sphinx-autorun
14- sphinxemoji
15- sphinx-intl >= 2.3.0
16- sphinx-lint == 0.7.0
17- sphinx-tabs == 3.4.5
18- tabulate
2+ -r requirements-own.txt
You can’t perform that action at this time.
0 commit comments