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:
30
30
path : base-branch
31
31
sparse-checkout-cone-mode : false
32
32
sparse-checkout : |
33
- requirements.txt
33
+ requirements-own .txt
34
34
scripts/list_missing_entries.py
35
35
- name : Instalar dependencias
36
36
run : |
37
- python -m pip install -r base-branch/requirements.txt
37
+ python -m pip install -r base-branch/requirements-own .txt
38
38
- name : Obtiene lista de archivos con cambios
39
39
id : changed-files
40
40
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 1
1
-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