Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f91087

Browse files
committed
Install only our own requirements
We don't actually need cpython's documentation dependencies, since we only run one of our own scripts. Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent 545cc90 commit 3f91087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)