We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58888ac commit afe553eCopy full SHA for afe553e
.github/workflows/pr-comment.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
with:
19
+ # To avoid the issue installing the requirements.txt inside CPython
20
+ submodules: 'true'
21
ref: ${{ github.event.pull_request.head.sha }}
22
persist-credentials: false
23
- name: Preparar Python v3.13
0 commit comments