We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58888ac commit 402d56aCopy full SHA for 402d56a
.github/workflows/pr-comment.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
ref: ${{ github.event.pull_request.head.sha }}
20
persist-credentials: false
21
+ submodules: 'true'
22
- name: Preparar Python v3.13
23
uses: actions/setup-python@v5
24
@@ -28,10 +29,13 @@ jobs:
28
29
- uses: actions/checkout@v4
30
31
path: base-branch
32
33
sparse-checkout-cone-mode: false
34
sparse-checkout: |
35
requirements.txt
36
scripts/list_missing_entries.py
37
+ cpython/Doc/requirements.txt
38
+ cpython/Doc/constraints.txt
39
- name: Instalar dependencias
40
run: |
41
python -m pip install -r base-branch/requirements.txt
0 commit comments