8000 sparse co fix · rtobar/python-docs-es@3839d55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3839d55

Browse files
committed
sparse co fix
1 parent 58888ac commit 3839d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
path: base-branch
31+
submodules: 'true'
3132
sparse-checkout-cone-mode: false
3233
sparse-checkout: |
3334
requirements.txt
3435
scripts/list_missing_entries.py
36+
cpython/Doc/requirements.txt
37+
cpython/Doc/constraints.txt
3538
- name: Instalar dependencias
3639
run: |
3740
python -m pip install -r base-branch/requirements.txt

0 commit comments

Comments
 (0)
0