diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 93dd28a757..5ed16d46fd 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 with: + # To avoid the issue installing the requirements.txt inside CPython + submodules: 'true' ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - name: Preparar Python v3.13