Skip to content

Commit afe553e

Browse files
committed
Include submodules for the checkout and PR comment
1 parent 58888ac commit afe553e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-comment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
19+
# To avoid the issue installing the requirements.txt inside CPython
20+
submodules: 'true'
1921
ref: ${{ github.event.pull_request.head.sha }}
2022
persist-credentials: false
2123
- name: Preparar Python v3.13

0 commit comments

Comments
 (0)