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 d0df4e5Copy full SHA for d0df4e5
.github/workflows/pr-comment.yml
@@ -27,11 +27,14 @@ jobs:
27
# modified by the PR
28
- uses: actions/checkout@v4
29
with:
30
+ submodules: 'true'
31
path: base-branch
32
sparse-checkout-cone-mode: false
33
sparse-checkout: |
34
requirements.txt
35
scripts/list_missing_entries.py
36
+ cpython/Doc/requirements.txt
37
+ cpython/Doc/constraints.txt
38
- name: Instalar dependencias
39
run: |
40
python -m pip install -r base-branch/requirements.txt
0 commit comments