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 3839d55Copy full SHA for 3839d55
.github/workflows/pr-comment.yml
@@ -28,10 +28,13 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
path: base-branch
31
+ submodules: 'true'
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