Skip to content

Commit 402d56a

Browse files
committed
sparse co fix
1 parent 58888ac commit 402d56a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-comment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
persist-credentials: false
21+
submodules: 'true'
2122
- name: Preparar Python v3.13
2223
uses: actions/setup-python@v5
2324
with:
@@ -28,10 +29,13 @@ jobs:
2829
- uses: actions/checkout@v4
2930
with:
3031
path: base-branch
32+
submodules: 'true'
3133
sparse-checkout-cone-mode: false
3234
sparse-checkout: |
3335
requirements.txt
3436
scripts/list_missing_entries.py
37+
cpython/Doc/requirements.txt
38+
cpython/Doc/constraints.txt
3539
- name: Instalar dependencias
3640
run: |
3741
python -m pip install -r base-branch/requirements.txt

0 commit comments

Comments
 (0)