From afe553e819c8f882bd6876c264a1adab8034dd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Sat, 23 Nov 2024 21:17:20 +0100 Subject: [PATCH] Include submodules for the checkout and PR comment --- .github/workflows/pr-comment.yml | 2 ++ 1 file changed, 2 insertions(+) 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